From 93e44bf52d92524d6f5538688ea911fe61d73c08 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 08:04:24 +0200 Subject: [PATCH] chore(deps): update updatecli/updatecli-action action to v2.67.0 (#519) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 9414d56d..8f3e93b9 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@d0950ebbe80f4f80c3392b288d6a218fae872f69 # v2.66.0 + uses: updatecli/updatecli-action@6b8881a17fc8038e884ec94ff72a49e8e8a4069f # v2.67.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@d0950ebbe80f4f80c3392b288d6a218fae872f69 # v2.66.0 + uses: updatecli/updatecli-action@6b8881a17fc8038e884ec94ff72a49e8e8a4069f # v2.67.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 513d3555..562e7bc5 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@d0950ebbe80f4f80c3392b288d6a218fae872f69 # v2.66.0 + uses: updatecli/updatecli-action@6b8881a17fc8038e884ec94ff72a49e8e8a4069f # v2.67.0 - name: Update policies and images id: update_policies_images