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

Signed-off-by: Jauder Ho <jauderho@users.noreply.github.com>
  • Loading branch information
jauderho committed Feb 6, 2022
1 parent 1c514f2 commit b0fdb87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-action.yml
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 b0fdb87

Please sign in to comment.