mirror of
https://github.com/TeamPiped/Piped-Kubernetes.git
synced 2025-04-27 07:10:33 +05:30
chore(deps): update dependency ubuntu to v24 (#149) [skip ci]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
8642a224cf
commit
1b0a293f4e
4
.github/workflows/charts-test.yaml
vendored
4
.github/workflows/charts-test.yaml
vendored
@ -20,7 +20,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
install-chart:
|
install-chart:
|
||||||
name: Install chart
|
name: Install chart
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
if: ${{ inputs.charts != '[]' && inputs.charts != '' }}
|
if: ${{ inputs.charts != '[]' && inputs.charts != '' }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
@ -89,7 +89,7 @@ jobs:
|
|||||||
|
|
||||||
unittest-chart:
|
unittest-chart:
|
||||||
name: Unit-test chart
|
name: Unit-test chart
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
if: ${{ inputs.charts != '[]' && inputs.charts != '' }}
|
if: ${{ inputs.charts != '[]' && inputs.charts != '' }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
4
.github/workflows/pr-validate.yaml
vendored
4
.github/workflows/pr-validate.yaml
vendored
@ -16,7 +16,7 @@ concurrency:
|
|||||||
jobs:
|
jobs:
|
||||||
prepare:
|
prepare:
|
||||||
name: Prepare data required for workflow
|
name: Prepare data required for workflow
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
outputs:
|
outputs:
|
||||||
isRenovatePR: ${{ startsWith(steps.branch-name.outputs.current_branch, 'renovate/') }}
|
isRenovatePR: ${{ startsWith(steps.branch-name.outputs.current_branch, 'renovate/') }}
|
||||||
repoConfiguration: ${{ steps.repo-config.outputs.config }}
|
repoConfiguration: ${{ steps.repo-config.outputs.config }}
|
||||||
@ -74,7 +74,7 @@ jobs:
|
|||||||
|
|
||||||
pre-commit-check:
|
pre-commit-check:
|
||||||
name: Perform Pre-Commit check
|
name: Perform Pre-Commit check
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
needs:
|
needs:
|
||||||
- prepare
|
- prepare
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user