From 0af20386eb10fba3a38dc415d714042bf262a2cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 01:11:06 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- .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 5b143d2..9c4c4ad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: test: name: run tests and linters - uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.3.3 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.3.4 release: needs: test @@ -22,6 +22,6 @@ jobs: # Required by cosign keyless signing id-token: write - uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rust.yml@v3.3.3 + uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rust.yml@v3.3.4 with: oci-target: ghcr.io/${{ github.repository_owner }}/policies/seccomp-psp diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index caeb804..c2adc2d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,4 +3,4 @@ name: Continuous integration jobs: test: name: run tests and linters - uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.3.3 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.3.4