Skip to content

Commit 7142d07

Browse files
authored
Merge pull request #176 from nabeken/github-renovate/github-actions
fix(deps): update actions/setup-go digest to f111f33
2 parents 702c015 + 294e80c commit 7142d07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2222

2323
- name: Set up Go
24-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
24+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
2525
with:
2626
go-version: '${{ env.GO_VERSION }}'
2727
id: go

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fetch-depth: 0
2222

2323
- name: Set up Go
24-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
24+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
2525
with:
2626
go-version: '${{ env.GO_VERSION }}'
2727
id: go

0 commit comments

Comments
 (0)