diff --git a/.github/workflows/update-charts.yml b/.github/workflows/update-charts.yml index 35ba63d5..b64d80a2 100644 --- a/.github/workflows/update-charts.yml +++ b/.github/workflows/update-charts.yml @@ -138,7 +138,7 @@ jobs: echo "must_update_crds_chart=$?" >> $GITHUB_OUTPUT - name: Install Updatecli in the runner - uses: updatecli/updatecli-action@44ba4a4e7e8252bef669b5525de7ca158830750e # v2.35.0 + uses: updatecli/updatecli-action@e0a352905ddb198fc7b068935133776c646465f9 # v2.39.0 - name: Update kubewarden-defaults Helm chart if: endsWith(github.event.client_payload.repository, 'policy-server') @@ -294,7 +294,7 @@ jobs: echo "must_update_crds_chart=$?" >> $GITHUB_OUTPUT - name: Install Updatecli in the runner - uses: updatecli/updatecli-action@44ba4a4e7e8252bef669b5525de7ca158830750e # v2.35.0 + uses: updatecli/updatecli-action@e0a352905ddb198fc7b068935133776c646465f9 # v2.39.0 - name: Major or minor update Kubewarden charts with NO CRDs update 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')