Skip to content

Commit 9e117d4

Browse files
chore(deps): update updatecli/updatecli-action action to v2.57.0 (#444)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3e259f1 commit 9e117d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/update-charts.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ jobs:
221221
echo "must_update_crds_chart=$?" >> "$GITHUB_OUTPUT"
222222
223223
- name: Install Updatecli in the runner
224-
uses: updatecli/updatecli-action@9b35aa663a924d5d5faf89dac76594e3034bcf1f # v2.56.0
224+
uses: updatecli/updatecli-action@9a37c7e35598d7b37d8e7568b40ed9538112be01 # v2.57.0
225225

226226
- name: Update kubewarden-defaults Helm chart
227227
if: endsWith(needs.setvariables.outputs.repository, 'policy-server')
@@ -364,7 +364,7 @@ jobs:
364364
echo "must_update_crds_chart=$?" >> "$GITHUB_OUTPUT"
365365
366366
- name: Install Updatecli in the runner
367-
uses: updatecli/updatecli-action@9b35aa663a924d5d5faf89dac76594e3034bcf1f # v2.56.0
367+
uses: updatecli/updatecli-action@9a37c7e35598d7b37d8e7568b40ed9538112be01 # v2.57.0
368368

369369
- name: Major or minor update Kubewarden charts with NO CRDs update
370370
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')

.github/workflows/update-dependencies.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
1515

1616
- name: Install Updatecli in the runner
17-
uses: updatecli/updatecli-action@9b35aa663a924d5d5faf89dac76594e3034bcf1f # v2.56.0
17+
uses: updatecli/updatecli-action@9a37c7e35598d7b37d8e7568b40ed9538112be01 # v2.57.0
1818

1919
- name: Update policies and images
2020
id: update_policies_images

0 commit comments

Comments
 (0)