Skip to content

Commit 4b4c9fd

Browse files
chore(actions): update github-actions
1 parent 5835853 commit 4b4c9fd

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ defaults:
2121
jobs:
2222
test:
2323
name: Run tests
24-
runs-on: ubuntu-22.04
24+
runs-on: ubuntu-24.04
2525

2626
steps:
2727
- name: Checkout repository
@@ -71,7 +71,7 @@ jobs:
7171
7272
build-docker:
7373
name: Build Docker image
74-
runs-on: ubuntu-22.04
74+
runs-on: ubuntu-24.04
7575
needs: test
7676
permissions:
7777
contents: read
@@ -100,7 +100,7 @@ jobs:
100100
images: ${{ steps.prepare-repository-name.outputs.repository }}
101101

102102
- name: Build Docker image
103-
uses: docker/build-push-action@v5
103+
uses: docker/build-push-action@v6
104104
with:
105105
platforms: linux/amd64,linux/arm64
106106
context: .

.github/workflows/publish.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defaults:
2020
jobs:
2121
publish-docker:
2222
name: Publish Docker image
23-
runs-on: ubuntu-22.04
23+
runs-on: ubuntu-24.04
2424
permissions:
2525
contents: read
2626
packages: write
@@ -52,7 +52,7 @@ jobs:
5252
images: ${{ steps.prepare-repository-name.outputs.repository }}
5353

5454
- name: Build and push Docker image
55-
uses: docker/build-push-action@v5
55+
uses: docker/build-push-action@v6
5656
with:
5757
platforms: linux/amd64,linux/arm64
5858
context: .
@@ -70,7 +70,7 @@ jobs:
7070

7171
publish-crds:
7272
name: Publish CRD image
73-
runs-on: ubuntu-22.04
73+
runs-on: ubuntu-24.04
7474
permissions:
7575
contents: read
7676
packages: write
@@ -103,7 +103,7 @@ jobs:
103103
104104
update-chart:
105105
name: Update Helm chart
106-
runs-on: ubuntu-22.04
106+
runs-on: ubuntu-24.04
107107
needs: [publish-docker,publish-crds]
108108

109109
steps:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ defaults:
3535
jobs:
3636
release:
3737
name: Trigger release
38-
runs-on: ubuntu-22.04
38+
runs-on: ubuntu-24.04
3939
permissions:
4040
contents: write
4141

0 commit comments

Comments
 (0)