Skip to content

Commit

Permalink
ci: bump github actions
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrizio Sestito <[email protected]>
  • Loading branch information
fabriziosestito committed Jan 31, 2024
1 parent 677f0e5 commit fd47fb4
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].14
uses: kubewarden/github-actions/[email protected].15

- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
Expand All @@ -39,7 +39,7 @@ jobs:
make e2e-tests
- name: Release
uses: kubewarden/github-actions/[email protected].14
uses: kubewarden/github-actions/[email protected].15
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
oci-target: ghcr.io/${{ github.repository_owner }}/policies/cel-policy
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 dependencies
uses: kubewarden/github-actions/[email protected].14
uses: kubewarden/github-actions/[email protected].15
- name: Install kwctl
uses: kubewarden/github-actions/[email protected]
- run: make e2e-tests
Expand Down

0 comments on commit fd47fb4

Please sign in to comment.