Skip to content

Commit

Permalink
Merge pull request #34 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.3.2
  • Loading branch information
viccuad authored Aug 26, 2024
2 parents af2ec5a + b5a7ebb commit 9a1e738
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/[email protected].1
uses: kubewarden/github-actions/[email protected].2

- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
Expand All @@ -39,7 +39,7 @@ jobs:
make e2e-tests
- name: Release
uses: kubewarden/github-actions/[email protected].1
uses: kubewarden/github-actions/[email protected].2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
oci-target: ghcr.io/${{ github.repository_owner }}/tests/raw-validation-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.11.0
- name: Install kwctl
uses: kubewarden/github-actions/[email protected].1
uses: kubewarden/github-actions/[email protected].2
- run: make e2e-tests

golangci:
Expand Down

0 comments on commit 9a1e738

Please sign in to comment.