From 204e05b13f0f0576797e05c48328d9f00163a5a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 02:07:19 +0000 Subject: [PATCH] chore(deps): update updatecli/updatecli-action action to v2.66.0 --- .github/workflows/update-charts.yml | 4 ++-- .github/workflows/update-dependencies.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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