Skip to content

Commit

Permalink
Merge pull request #21 from kubewarden/renovate/kubewarden-github-act…
Browse files Browse the repository at this point in the history
…ions-3.x

chore(deps): update kubewarden/github-actions action to v3.1.19
  • Loading branch information
viccuad authored May 6, 2024
2 parents 714bcc9 + fb1b662 commit 66fde19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

steps:
- name: Install dependencies
uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.1.18
uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.1.19

- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
Expand All @@ -39,7 +39,7 @@ jobs:
make e2e-tests
- name: Release
uses: kubewarden/github-actions/policy-release@v3.1.18
uses: kubewarden/github-actions/policy-release@v3.1.19
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
oci-target: ghcr.io/${{ github.repository_owner }}/tests/raw-mutation-wasi-policy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
bats-version: 1.5.0
- name: Install kwctl
uses: kubewarden/github-actions/kwctl-installer@v3.1.18
uses: kubewarden/github-actions/kwctl-installer@v3.1.19
- run: make e2e-tests

golangci:
Expand Down

0 comments on commit 66fde19

Please sign in to comment.