diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4cb7232..c930917 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.1.8 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.1.9 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.1.8 + uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rust.yml@v3.1.9 with: oci-target: ghcr.io/${{ github.repository_owner }}/policies/deprecated-api-versions diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bfa736a..8c60549 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.1.8 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.1.9 diff --git a/Cargo.lock b/Cargo.lock index da040bc..57f0702 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -283,9 +283,9 @@ checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc" [[package]] name = "kubewarden-policy-sdk" -version = "0.9.6" +version = "0.9.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "845b954c96cafeeb0ead2c558a0d1d961a514552740e660fb16a0750d7fc9497" +checksum = "fb4fdd3b3a463c5efeed9a263ed6ba66173f34906527448837845d05365a45e3" dependencies = [ "anyhow", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index 1936f13..584d43e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ crate-type = ["cdylib"] [dependencies] anyhow = "1.0" lazy_static = "1.4" -kubewarden-policy-sdk = { version = "0.9.6", default_features = false } +kubewarden-policy-sdk = { version = "0.9.7", default_features = false } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde_yaml = "0.9" diff --git a/crates/versions/Cargo.toml b/crates/versions/Cargo.toml index af1f663..b01978a 100644 --- a/crates/versions/Cargo.toml +++ b/crates/versions/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" [dependencies] anyhow = "1.0" -kubewarden-policy-sdk = { version = "0.9.6", default_features = false } +kubewarden-policy-sdk = { version = "0.9.7", default_features = false } lazy_static = "1.4" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"