Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v24 (#548)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 2, 2024
1 parent 8928519 commit 9466612
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions: read-all

jobs:
check-links:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
issues: write
steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:

jobs:
lint:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
container: ghcr.io/chgl/kube-powertools:v2.3.22@sha256:3693e6ffe8f3d4f4dfbf9fcc7a18b8f26e561870668031667d9132df3a9ee8ab
steps:
- name: Harden Runner
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
run: generate-chart-changelog.sh

test:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs:
- lint
strategy:
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
run: ct install --config .github/ct/install.yaml

generate-renovate-chart-changelogs:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
# run only on PRs created by renovate
# TODO: also check if the author of the last commit was renovate
# ${{ startsWith(github.head_ref, 'renovate/') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ concurrency:
jobs:
build:
name: MegaLinter
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
contents: read
pull-requests: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions: read-all

jobs:
release:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
container: ghcr.io/chgl/kube-powertools:v2.3.22@sha256:3693e6ffe8f3d4f4dfbf9fcc7a18b8f26e561870668031667d9132df3a9ee8ab
permissions:
contents: write
Expand Down

0 comments on commit 9466612

Please sign in to comment.