Skip to content

Commit 7bca8b4

Browse files
Bump actions/setup-go from 3.3.0 to 3.3.1 (#99)
1 parent 9becc61 commit 7bca8b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
name: Try to install cosign with go ${{ matrix.go_version }}
207207
steps:
208208
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3
209-
- uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f # v3.3.0
209+
- uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # v3.3.0
210210
with:
211211
go-version: ${{ matrix.go_version }}
212212
check-latest: true

0 commit comments

Comments
 (0)