Skip to content

Commit

Permalink
chore(deps): bump GH action
Browse files Browse the repository at this point in the history
Use latest version of our GH actions

Signed-off-by: Flavio Castelli <[email protected]>
  • Loading branch information
flavio committed Sep 5, 2024
1 parent 1617dae commit a9b04ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
on:
push:
branches:
- main
- main
tags:
- 'v*'
- "v*"

name: Release policy

jobs:

test:
name: run tests and linters
uses: kubewarden/github-actions/.github/workflows/[email protected].3
uses: kubewarden/github-actions/.github/workflows/[email protected].4

release:
needs: test
Expand All @@ -23,6 +22,6 @@ jobs:
# Required by cosign keyless signing
id-token: write

uses: kubewarden/github-actions/.github/workflows/[email protected].3
uses: kubewarden/github-actions/.github/workflows/[email protected].4
with:
oci-target: ghcr.io/${{ github.repository_owner }}/policies/verify-image-signatures
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: Continuous integration
jobs:
test:
name: run tests and linters
uses: kubewarden/github-actions/.github/workflows/[email protected].3
uses: kubewarden/github-actions/.github/workflows/[email protected].4

0 comments on commit a9b04ae

Please sign in to comment.