Skip to content

Commit 8d927bd

Browse files
Bump actions/setup-go from 5.0.0 to 5.0.1 (#163)
1 parent 8c9caa0 commit 8d927bd

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
@@ -211,7 +211,7 @@ jobs:
211211
name: Try to install cosign with go ${{ matrix.go_version }}
212212
steps:
213213
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
214-
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
214+
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
215215
with:
216216
go-version: ${{ matrix.go_version }}
217217
check-latest: true

0 commit comments

Comments
 (0)