diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8c6e502..9e5ab3b 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.0 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.3.1 release: needs: test @@ -23,6 +23,6 @@ jobs: # Required by cosign keyless signing id-token: write - uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rust.yml@v3.3.0 + uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rust.yml@v3.3.1 with: oci-target: ghcr.io/${{ github.repository_owner }}/policies/user-group-psp diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4c933b1..fbd310b 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.0 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.3.1 diff --git a/Cargo.toml b/Cargo.toml index 3674ff4..ef95efc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,4 +24,4 @@ oci-spec = "0.6.5" [dev-dependencies] jsonpath_lib = "0.3.0" -rstest = "0.21.0" +rstest = "0.22.0"