Skip to content

Commit 4eab110

Browse files
chore(actions): update github-actions
1 parent 5d75987 commit 4eab110

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ defaults:
2424
jobs:
2525
test:
2626
name: Run tests
27-
runs-on: ubuntu-22.04
27+
runs-on: ubuntu-24.04
2828

2929
steps:
3030
- name: Checkout repository
@@ -74,7 +74,7 @@ jobs:
7474
7575
build-docker:
7676
name: Build Docker image
77-
runs-on: ubuntu-22.04
77+
runs-on: ubuntu-24.04
7878
needs: test
7979
permissions:
8080
contents: read
@@ -119,7 +119,7 @@ jobs:
119119
labels: ${{ steps.extract-custom-labels.outputs.labels }}
120120

121121
- name: Build Docker image
122-
uses: docker/build-push-action@v5
122+
uses: docker/build-push-action@v6
123123
with:
124124
platforms: linux/amd64,linux/arm64
125125
context: .
@@ -144,7 +144,7 @@ jobs:
144144

145145
test-helm:
146146
name: Run Helm chart tests
147-
runs-on: ubuntu-22.04
147+
runs-on: ubuntu-24.04
148148
needs: build-docker
149149

150150
steps:

.github/workflows/publish.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ defaults:
1818
jobs:
1919
validate:
2020
name: Run validations
21-
runs-on: ubuntu-22.04
21+
runs-on: ubuntu-24.04
2222

2323
steps:
2424
- name: Checkout repository
@@ -39,7 +39,7 @@ jobs:
3939
4040
publish-docker:
4141
name: Publish Docker image
42-
runs-on: ubuntu-22.04
42+
runs-on: ubuntu-24.04
4343
needs: validate
4444
permissions:
4545
contents: read
@@ -88,7 +88,7 @@ jobs:
8888
labels: ${{ steps.extract-custom-labels.outputs.labels }}
8989

9090
- name: Build and push Docker image
91-
uses: docker/build-push-action@v5
91+
uses: docker/build-push-action@v6
9292
with:
9393
platforms: linux/amd64,linux/arm64
9494
context: .
@@ -106,7 +106,7 @@ jobs:
106106

107107
publish-crds:
108108
name: Publish CRD image
109-
runs-on: ubuntu-22.04
109+
runs-on: ubuntu-24.04
110110
needs: validate
111111
permissions:
112112
contents: read

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ defaults:
3737
jobs:
3838
release:
3939
name: Trigger release
40-
runs-on: ubuntu-22.04
40+
runs-on: ubuntu-24.04
4141
permissions:
4242
contents: write
4343

0 commit comments

Comments
 (0)