Skip to content

Commit

Permalink
Merge pull request #39 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.4
  • Loading branch information
flavio authored Sep 5, 2024
2 parents 915a759 + d48df0e commit 50817fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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.3.3
uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.3.4

- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
Expand All @@ -37,7 +37,7 @@ jobs:
# To be dropped once policy-gh-action-dependencies installs the right version of
# kwctl
- name: Install kwctl
uses: kubewarden/github-actions/kwctl-installer@v3.3.3
uses: kubewarden/github-actions/kwctl-installer@v3.3.4
with:
KWCTL_VERSION: "v1.10.0-rc2"

Expand All @@ -47,7 +47,7 @@ jobs:
make e2e-tests
- name: Release
uses: kubewarden/github-actions/policy-release@v3.3.3
uses: kubewarden/github-actions/policy-release@v3.3.4
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
oci-target: ghcr.io/${{ github.repository_owner }}/tests/go-wasi-context-aware-test-policy
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: "1.21"
- uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.3.3
- uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.3.4

# Required to have a version of kwctl that understand Wasi context aware policies
# To be dropped once policy-gh-action-dependencies installs the right version of
# kwctl
- name: Install kwctl
uses: kubewarden/github-actions/kwctl-installer@v3.3.3
uses: kubewarden/github-actions/kwctl-installer@v3.3.4
with:
KWCTL_VERSION: "v1.10.0-rc2"

Expand Down

0 comments on commit 50817fe

Please sign in to comment.