mirror of
https://github.com/TeamPiped/Piped-Kubernetes.git
synced 2025-04-26 23:00:31 +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:
|
||||
install-chart:
|
||||
name: Install chart
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-24.04
|
||||
if: ${{ inputs.charts != '[]' && inputs.charts != '' }}
|
||||
strategy:
|
||||
matrix:
|
||||
@ -89,7 +89,7 @@ jobs:
|
||||
|
||||
unittest-chart:
|
||||
name: Unit-test chart
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-24.04
|
||||
if: ${{ inputs.charts != '[]' && inputs.charts != '' }}
|
||||
strategy:
|
||||
matrix:
|
||||
|
4
.github/workflows/pr-validate.yaml
vendored
4
.github/workflows/pr-validate.yaml
vendored
@ -16,7 +16,7 @@ concurrency:
|
||||
jobs:
|
||||
prepare:
|
||||
name: Prepare data required for workflow
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-24.04
|
||||
outputs:
|
||||
isRenovatePR: ${{ startsWith(steps.branch-name.outputs.current_branch, 'renovate/') }}
|
||||
repoConfiguration: ${{ steps.repo-config.outputs.config }}
|
||||
@ -74,7 +74,7 @@ jobs:
|
||||
|
||||
pre-commit-check:
|
||||
name: Perform Pre-Commit check
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-24.04
|
||||
needs:
|
||||
- prepare
|
||||
steps:
|
||||
|
Loading…
x
Reference in New Issue
Block a user