Commit 9e117d4 1 parent 3e259f1 commit 9e117d4 Copy full SHA for 9e117d4
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ jobs:
221
221
echo "must_update_crds_chart=$?" >> "$GITHUB_OUTPUT"
222
222
223
223
- name : Install Updatecli in the runner
224
- uses : updatecli/updatecli-action@9b35aa663a924d5d5faf89dac76594e3034bcf1f # v2.56 .0
224
+ uses : updatecli/updatecli-action@9a37c7e35598d7b37d8e7568b40ed9538112be01 # v2.57 .0
225
225
226
226
- name : Update kubewarden-defaults Helm chart
227
227
if : endsWith(needs.setvariables.outputs.repository, 'policy-server')
@@ -364,7 +364,7 @@ jobs:
364
364
echo "must_update_crds_chart=$?" >> "$GITHUB_OUTPUT"
365
365
366
366
- name : Install Updatecli in the runner
367
- uses : updatecli/updatecli-action@9b35aa663a924d5d5faf89dac76594e3034bcf1f # v2.56 .0
367
+ uses : updatecli/updatecli-action@9a37c7e35598d7b37d8e7568b40ed9538112be01 # v2.57 .0
368
368
369
369
- name : Major or minor update Kubewarden charts with NO CRDs update
370
370
if : steps.update_crds.outputs.must_update_crds_chart==0 && (needs.check-update-type.outputs.update_type == 'major' || needs.check-update-type.outputs.update_type == 'minor')
Original file line number Diff line number Diff line change 14
14
uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
15
15
16
16
- name : Install Updatecli in the runner
17
- uses : updatecli/updatecli-action@9b35aa663a924d5d5faf89dac76594e3034bcf1f # v2.56 .0
17
+ uses : updatecli/updatecli-action@9a37c7e35598d7b37d8e7568b40ed9538112be01 # v2.57 .0
18
18
19
19
- name : Update policies and images
20
20
id : update_policies_images
You can’t perform that action at this time.
0 commit comments