diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1744f66..4607c65 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: test: name: run tests and linters - uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.3.4 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.3.5 release: needs: test @@ -24,6 +24,6 @@ jobs: # Required by cosign keyless signing id-token: write - uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rust.yml@v3.3.4 + uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rust.yml@v3.3.5 with: oci-target: ghcr.io/kubewarden/policies/persistentvolumeclaim-storageclass-policy diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c2adc2d..87f615c 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.4 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.3.5 diff --git a/Cargo.toml b/Cargo.toml index 37822b4..08e879d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" crate-type = ["cdylib"] [dependencies] -k8s-openapi = { version = "0.22.0", default_features = false, features = [ +k8s-openapi = { version = "0.23.0", default_features = false, features = [ "v1_29", ] } kubewarden-policy-sdk = "0.11.0"