mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 08:57:04 +02:00
ci(github-action)!: Update ubuntu ( 22.04 → 24.04 ) (#410)
This commit is contained in:
parent
e669662d07
commit
29582f4ff9
6 changed files with 10 additions and 10 deletions
4
.github/workflows/pr-validate.yaml
vendored
4
.github/workflows/pr-validate.yaml
vendored
|
@ -18,7 +18,7 @@ permissions:
|
|||
jobs:
|
||||
prepare:
|
||||
name: Prepare data required for workflow
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-24.04
|
||||
outputs:
|
||||
repoConfiguration: ${{ steps.repo-config.outputs.config }}
|
||||
addedOrModifiedFiles: ${{ steps.added-modified-files.outputs.all_changed_files }}
|
||||
|
@ -71,7 +71,7 @@ jobs:
|
|||
|
||||
pre-commit-check:
|
||||
name: Perform Pre-Commit check
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-24.04
|
||||
needs:
|
||||
- prepare
|
||||
steps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue