Skip to content

Commit

Permalink
Merge pull request #46 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 6c57c84 + 32e62e1 commit 4618d95
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 @@ -21,7 +21,7 @@ jobs:

steps:
- name: Install dependencies
uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.3.1
uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.3.2
- uses: actions/checkout@v4
with:
# until https://github.com/actions/checkout/pull/579 is released
Expand All @@ -39,7 +39,7 @@ jobs:
run: |
make e2e-tests
- name: Release
uses: kubewarden/github-actions/policy-release@v3.3.1
uses: kubewarden/github-actions/policy-release@v3.3.2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
oci-target: ghcr.io/${{ github.repository_owner }}/policies/kyverno-dsl
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install dependencies
uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.3.1
uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.3.2
- uses: actions/checkout@v4
with:
# until https://github.com/actions/checkout/pull/579 is released
Expand Down

0 comments on commit 4618d95

Please sign in to comment.