Skip to content

Commit 964c803

Browse files
fix(deps): update all non-major dependencies
1 parent f724bc3 commit 964c803

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
test:
1313
name: run tests and linters
14-
uses: kubewarden/github-actions/.github/workflows/[email protected].12
14+
uses: kubewarden/github-actions/.github/workflows/[email protected].14
1515

1616
release:
1717
needs: test
@@ -23,6 +23,6 @@ jobs:
2323
# Required by cosign keyless signing
2424
id-token: write
2525

26-
uses: kubewarden/github-actions/.github/workflows/[email protected].12
26+
uses: kubewarden/github-actions/.github/workflows/[email protected].14
2727
with:
2828
oci-target: ghcr.io/${{ github.repository_owner }}/policies/verify-image-signatures

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name: Continuous integration
33
jobs:
44
test:
55
name: run tests and linters
6-
uses: kubewarden/github-actions/.github/workflows/[email protected].12
6+
uses: kubewarden/github-actions/.github/workflows/[email protected].14

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ crate-type = ["cdylib"]
1414

1515
[dependencies]
1616
anyhow = "1.0"
17-
k8s-openapi = { version = "0.20.0", default_features = false, features = [
17+
k8s-openapi = { version = "0.21.0", default_features = false, features = [
1818
"v1_27",
1919
] }
2020
kubewarden-policy-sdk = "0.9.9"

0 commit comments

Comments
 (0)