Commit c3c9d3b 1 parent 8912f0d commit c3c9d3b Copy full SHA for c3c9d3b
File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ defaults:
23
23
jobs :
24
24
test :
25
25
name : Run tests
26
- runs-on : ubuntu-22 .04
26
+ runs-on : ubuntu-24 .04
27
27
28
28
steps :
29
29
- name : Checkout repository
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ defaults:
21
21
jobs :
22
22
validate :
23
23
name : Run validations
24
- runs-on : ubuntu-22 .04
24
+ runs-on : ubuntu-24 .04
25
25
26
26
steps :
27
27
- name : Checkout repository
37
37
38
38
publish-to-pages :
39
39
name : Publish chart to github pages
40
- runs-on : ubuntu-22 .04
40
+ runs-on : ubuntu-24 .04
41
41
needs : validate
42
42
permissions :
43
43
contents : write
78
78
version : ${{ env.HELM_VERSION }}
79
79
80
80
- name : Setup Pages
81
- uses : actions/configure-pages@v4
81
+ uses : actions/configure-pages@v5
82
82
83
83
- name : Create package
84
84
run : |
@@ -120,7 +120,7 @@ jobs:
120
120
121
121
publish-to-packages :
122
122
name : Publish chart to github packages
123
- runs-on : ubuntu-22 .04
123
+ runs-on : ubuntu-24 .04
124
124
needs : validate
125
125
permissions :
126
126
contents : read
@@ -151,7 +151,7 @@ jobs:
151
151
152
152
update-cop :
153
153
name : Update component operator
154
- runs-on : ubuntu-22 .04
154
+ runs-on : ubuntu-24 .04
155
155
needs : validate
156
156
157
157
steps :
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ defaults:
37
37
jobs :
38
38
release :
39
39
name : Trigger release
40
- runs-on : ubuntu-22 .04
40
+ runs-on : ubuntu-24 .04
41
41
permissions :
42
42
contents : write
43
43
You can’t perform that action at this time.
0 commit comments