From 23af02ba1eac0fa3e0d2d19b8f7371f40337f13d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 01:49:00 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- .github/workflows/release.yml | 4 ++-- .github/workflows/tests.yml | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 26e89b8..03242c8 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.12 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.1.14 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.12 + uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rust.yml@v3.1.14 with: oci-target: ghcr.io/${{ github.repository_owner }}/policies/capabilities-psp diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5d97af8..73e761d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -3,4 +3,4 @@ name: Continuous integration jobs: test: name: run tests and linter - uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.1.12 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.1.14 diff --git a/Cargo.toml b/Cargo.toml index fabc3f3..a743be8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" jsonpath_lib = "0.3.0" kubewarden-policy-sdk = "0.9.9" -k8s-openapi = { version = "0.20.0", features = ["v1_24"] } +k8s-openapi = { version = "0.21.0", features = ["v1_24"] } [dev-dependencies] assert-json-diff = "2.0.2"