Skip to content

Commit 662d57c

Browse files
authored
Merge pull request #23 from kubewarden/renovate/all-minor-patch
chore(deps): update kubewarden/github-actions action to v3.4.7
2 parents 8501f49 + a335f12 commit 662d57c

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].6
13+
uses: kubewarden/github-actions/.github/workflows/[email protected].7
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].6
27+
uses: kubewarden/github-actions/.github/workflows/[email protected].7
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].6
6+
uses: kubewarden/github-actions/.github/workflows/[email protected].7
77
with:
88
artifacthub: false

0 commit comments

Comments
 (0)