Skip to content

Commit c3c9d3b

Browse files
chore(actions): update github-actions
1 parent 8912f0d commit c3c9d3b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ defaults:
2323
jobs:
2424
test:
2525
name: Run tests
26-
runs-on: ubuntu-22.04
26+
runs-on: ubuntu-24.04
2727

2828
steps:
2929
- name: Checkout repository

.github/workflows/publish.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ defaults:
2121
jobs:
2222
validate:
2323
name: Run validations
24-
runs-on: ubuntu-22.04
24+
runs-on: ubuntu-24.04
2525

2626
steps:
2727
- name: Checkout repository
@@ -37,7 +37,7 @@ jobs:
3737
3838
publish-to-pages:
3939
name: Publish chart to github pages
40-
runs-on: ubuntu-22.04
40+
runs-on: ubuntu-24.04
4141
needs: validate
4242
permissions:
4343
contents: write
@@ -78,7 +78,7 @@ jobs:
7878
version: ${{ env.HELM_VERSION }}
7979

8080
- name: Setup Pages
81-
uses: actions/configure-pages@v4
81+
uses: actions/configure-pages@v5
8282

8383
- name: Create package
8484
run: |
@@ -120,7 +120,7 @@ jobs:
120120

121121
publish-to-packages:
122122
name: Publish chart to github packages
123-
runs-on: ubuntu-22.04
123+
runs-on: ubuntu-24.04
124124
needs: validate
125125
permissions:
126126
contents: read
@@ -151,7 +151,7 @@ jobs:
151151
152152
update-cop:
153153
name: Update component operator
154-
runs-on: ubuntu-22.04
154+
runs-on: ubuntu-24.04
155155
needs: validate
156156

157157
steps:

.github/workflows/release.yaml

+1-1
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)