Skip to content

Commit

Permalink
chore(actions): update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent cf8b30d commit 566d8c4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ defaults:
jobs:
test:
name: Run tests
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- name: Checkout repository
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
build-docker:
name: Build Docker image
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: test
permissions:
contents: read
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:

test-helm:
name: Run Helm chart tests
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: build-docker

steps:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ defaults:
jobs:
publish-go-module:
name: Publish go module
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- name: Trigger registration on sum.golang.org
Expand All @@ -34,7 +34,7 @@ jobs:
validate:
name: Run validations
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- name: Checkout repository
Expand All @@ -55,7 +55,7 @@ jobs:
publish-docker:
name: Publish Docker image
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: validate
permissions:
contents: read
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:

publish-crds:
name: Publish CRD image
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: validate
permissions:
contents: read
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
publish-chart:
name: Publish chart to github packages
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: validate
permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ defaults:
jobs:
release:
name: Trigger release
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
contents: write

Expand Down

0 comments on commit 566d8c4

Please sign in to comment.