From d89367519928806a893d55a62e266dc809a72c85 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 17:27:16 +0000 Subject: [PATCH] chore(deps): update kubewarden/github-actions action to v3.2.0 --- .github/workflows/release.yml | 4 ++-- .github/workflows/test.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9bfb831..890de97 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Install dependencies - uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.1.20 + uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.2.0 - uses: actions/checkout@v4 with: # until https://github.com/actions/checkout/pull/579 is released @@ -39,7 +39,7 @@ jobs: run: | make e2e-tests - name: Release - uses: kubewarden/github-actions/policy-release@v3.1.20 + uses: kubewarden/github-actions/policy-release@v3.2.0 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} oci-target: ghcr.io/${{ github.repository_owner }}/policies/kyverno-dsl diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d428fd1..6859451 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Install dependencies - uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.1.20 + uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.2.0 - uses: actions/checkout@v4 with: # until https://github.com/actions/checkout/pull/579 is released