diff --git a/.github/workflows/update-charts.yml b/.github/workflows/update-charts.yml index 434d7278..9414d56d 100644 --- a/.github/workflows/update-charts.yml +++ b/.github/workflows/update-charts.yml @@ -221,7 +221,7 @@ jobs: echo "must_update_crds_chart=$?" >> "$GITHUB_OUTPUT" - name: Install Updatecli in the runner - uses: updatecli/updatecli-action@a0c478c868a71d3e239a65714de69450aa1ee2c6 # v2.65.0 + uses: updatecli/updatecli-action@d0950ebbe80f4f80c3392b288d6a218fae872f69 # v2.66.0 - name: Update kubewarden-defaults Helm chart if: endsWith(needs.setvariables.outputs.repository, 'policy-server') @@ -364,7 +364,7 @@ jobs: echo "must_update_crds_chart=$?" >> "$GITHUB_OUTPUT" - name: Install Updatecli in the runner - uses: updatecli/updatecli-action@a0c478c868a71d3e239a65714de69450aa1ee2c6 # v2.65.0 + uses: updatecli/updatecli-action@d0950ebbe80f4f80c3392b288d6a218fae872f69 # v2.66.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') diff --git a/.github/workflows/update-dependencies.yaml b/.github/workflows/update-dependencies.yaml index 1c6d31ba..513d3555 100644 --- a/.github/workflows/update-dependencies.yaml +++ b/.github/workflows/update-dependencies.yaml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Install Updatecli in the runner - uses: updatecli/updatecli-action@a0c478c868a71d3e239a65714de69450aa1ee2c6 # v2.65.0 + uses: updatecli/updatecli-action@d0950ebbe80f4f80c3392b288d6a218fae872f69 # v2.66.0 - name: Update policies and images id: update_policies_images