Skip to content

Commit

Permalink
Update test-action.yml
Browse files Browse the repository at this point in the history
Match L224 and L246. 

Use       - uses: actions/checkout@ec3a7ce #v2.4.0
  • Loading branch information
jauderho committed Feb 2, 2022
1 parent 94b76b5 commit 7ebcfe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@ jobs:
statuses: none
name: Try to install cosign with go
steps:
- uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # v2
- uses: actions/setup-go@424fc82d43fa5a37540bae62709ddcc23d9520d4 # v2
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.4.0
- uses: actions/setup-go@424fc82d43fa5a37540bae62709ddcc23d9520d4 # v2
with:
go-version: '1.17.x'
- name: Install Cosign
Expand Down

0 comments on commit 7ebcfe9

Please sign in to comment.