Skip to content

Commit b230cdf

Browse files
chore(deps): update kubewarden/github-actions action to v3.4.6
1 parent a7a1256 commit b230cdf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name: Release policy
1010
jobs:
1111
test:
1212
name: run tests and linters
13-
uses: kubewarden/github-actions/.github/workflows/[email protected].5
13+
uses: kubewarden/github-actions/.github/workflows/[email protected].6
1414
with:
1515
artifacthub: false
1616

@@ -24,7 +24,7 @@ jobs:
2424
# Required by cosign keyless signing
2525
id-token: write
2626

27-
uses: kubewarden/github-actions/.github/workflows/[email protected].5
27+
uses: kubewarden/github-actions/.github/workflows/[email protected].6
2828
with:
2929
oci-target: ghcr.io/${{ github.repository_owner }}/tests/raw-validation-opa-policy
3030
artifacthub: false

.github/workflows/test.yml

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

0 commit comments

Comments
 (0)