Skip to content

Commit ab37e3a

Browse files
chore(deps): update dependency ubuntu to v24
1 parent c4c0c59 commit ab37e3a

7 files changed

+11
-11
lines changed

.github/workflows/e2e.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ defaults:
1313

1414
jobs:
1515
e2e-test:
16-
runs-on: ubuntu-22.04
16+
runs-on: ubuntu-24.04
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v4

.github/workflows/golangci-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ env:
2222
jobs:
2323
golangci-lint:
2424
name: golangci-lint
25-
runs-on: ubuntu-22.04
25+
runs-on: ubuntu-24.04
2626
strategy:
2727
fail-fast: false
2828
steps:

.github/workflows/pr-checks.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions:
1919
jobs:
2020
unit-test:
2121
name: Unit Tests
22-
runs-on: ubuntu-22.04
22+
runs-on: ubuntu-24.04
2323
steps:
2424
- name: Checkout repository
2525
uses: actions/checkout@v4
@@ -56,7 +56,7 @@ jobs:
5656
docker-local:
5757
permissions:
5858
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
59-
runs-on: ubuntu-22.04
59+
runs-on: ubuntu-24.04
6060
steps:
6161
- name: Checkout
6262
uses: actions/checkout@v4

.github/workflows/pr-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
pull-requests: write
1919
statuses: write # for amannn/action-semantic-pull-request to mark status of analyzed PR
2020
name: Validate PR title
21-
runs-on: ubuntu-22.04
21+
runs-on: ubuntu-24.04
2222
steps:
2323
- uses: amannn/action-semantic-pull-request@v5
2424
id: lint_pr_title

.github/workflows/release-please.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
permissions:
2525
contents: write # for google-github-actions/release-please-action to create release commit
2626
pull-requests: write # for google-github-actions/release-please-action to create release PR
27-
runs-on: ubuntu-22.04
27+
runs-on: ubuntu-24.04
2828

2929
# Release-please creates a PR that tracks all changes
3030
steps:
@@ -44,7 +44,7 @@ jobs:
4444
needs: release-please
4545
permissions:
4646
packages: write # to push the container image
47-
runs-on: ubuntu-22.04
47+
runs-on: ubuntu-24.04
4848
if: ${{ needs.release-please.outputs.release_created }}
4949
steps:
5050
- name: Checkout
@@ -110,7 +110,7 @@ jobs:
110110
needs: release-please
111111
permissions:
112112
contents: write # for softprops/action-gh-release to create GitHub release
113-
runs-on: ubuntu-22.04
113+
runs-on: ubuntu-24.04
114114
if: ${{ needs.release-please.outputs.release_created }}
115115
steps:
116116
- name: Checkout
@@ -146,7 +146,7 @@ jobs:
146146
needs: release-please
147147
permissions:
148148
contents: write
149-
runs-on: ubuntu-22.04
149+
runs-on: ubuntu-24.04
150150
if: ${{ needs.release-please.outputs.release_created }}
151151
steps:
152152
- name: Checkout

.github/workflows/validate-crd-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ defaults:
99
jobs:
1010
check-helm-docs:
1111
name: Check crd documentation values
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04
1313
steps:
1414
- name: Check out code
1515
uses: actions/checkout@v4

.github/workflows/validate-helm-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ defaults:
1111
jobs:
1212
check-helm-docs:
1313
name: Check helm documentation values
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-24.04
1515
steps:
1616
- name: Check out code
1717
uses: actions/checkout@v4

0 commit comments

Comments
 (0)