File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 3636 publish :
3737 runs-on : ubuntu-24.04
3838 steps :
39- - uses : actions/checkout@v5
39+ - uses : actions/checkout@v6
4040 with :
4141 # chartpress requires git history to set chart version and image tags
4242 # correctly
Original file line number Diff line number Diff line change 3030 lint_shell_scripts :
3131 runs-on : ubuntu-24.04
3232 steps :
33- - uses : actions/checkout@v5
33+ - uses : actions/checkout@v6
3434 - uses : actions/setup-python@v6
3535 with :
3636 python-version : " 3.11"
4444 lint_and_validate_rendered_templates :
4545 runs-on : ubuntu-24.04
4646 steps :
47- - uses : actions/checkout@v5
47+ - uses : actions/checkout@v6
4848 - uses : actions/setup-python@v6
4949 with :
5050 python-version : " 3.11"
7777 - helm-version : v3.5.0 # minimal required version
7878
7979 steps :
80- - uses : actions/checkout@v5
80+ - uses : actions/checkout@v6
8181 - uses : actions/setup-python@v6
8282 with :
8383 python-version : " 3.11"
@@ -224,7 +224,7 @@ jobs:
224224 runs-on : ${{ matrix.os }}
225225
226226 steps :
227- - uses : actions/checkout@v5
227+ - uses : actions/checkout@v6
228228 with :
229229 # chartpress requires git history to set chart version and image tags
230230 # correctly
@@ -414,7 +414,7 @@ jobs:
414414 runs-on : ubuntu-24.04
415415
416416 steps :
417- - uses : actions/checkout@v5
417+ - uses : actions/checkout@v6
418418 with :
419419 # chartpress requires git history to set chart version and image tags
420420 # correctly
Original file line number Diff line number Diff line change 3131 build_images :
3232 runs-on : ubuntu-24.04
3333 steps :
34- - uses : actions/checkout@v5
34+ - uses : actions/checkout@v6
3535 with :
3636 # chartpress requires git history to set chart version and image tags
3737 # correctly
Original file line number Diff line number Diff line change 2727 linkcheck :
2828 runs-on : ubuntu-24.04
2929 steps :
30- - uses : actions/checkout@v5
30+ - uses : actions/checkout@v6
3131 with :
3232 # chartpress, used by docs/conf.py, requires git history to set
3333 # chart version and image tags correctly
Original file line number Diff line number Diff line change 5151 accept_failure : false
5252
5353 steps :
54- - uses : actions/checkout@v5
54+ - uses : actions/checkout@v6
5555 with :
5656 # chartpress requires git history to set chart version and image tags
5757 # correctly
Original file line number Diff line number Diff line change 7979 version_patch_regexp_group_suffix : " ?"
8080
8181 steps :
82- - uses : actions/checkout@v5
82+ - uses : actions/checkout@v6
8383
8484 - name : Get values.yaml pinned tag of ${{ matrix.registry }}/${{ matrix.repository }}
8585 id : local
@@ -134,7 +134,7 @@ jobs:
134134 environment : watch-dependencies
135135
136136 steps :
137- - uses : actions/checkout@v5
137+ - uses : actions/checkout@v6
138138 - uses : actions/setup-python@v6
139139 with :
140140 python-version : " 3.13"
@@ -206,7 +206,7 @@ jobs:
206206 environment : watch-dependencies
207207
208208 steps :
209- - uses : actions/checkout@v5
209+ - uses : actions/checkout@v6
210210
211211 - name : Refreeze images/*/requirements.txt based on images/*/unfrozen/requirements.txt
212212 run : ci/refreeze
You can’t perform that action at this time.
0 commit comments