Skip to content

Commit cd35656

Browse files
Merge pull request #342 from ryo-funaba/renovate/actions-setup-go-digest
chore(deps): update actions/setup-go digest to 0aaccfd
2 parents 7d79b29 + f33c762 commit cd35656

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Run actions/checkout
1414
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1515
- name: Run actions/setup-go
16-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
16+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
1717
with:
1818
go-version-file: "go.mod"
1919
cache: true
@@ -42,7 +42,7 @@ jobs:
4242
- name: Run actions/checkout
4343
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4444
- name: Run actions/setup-go
45-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
45+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
4646
with:
4747
go-version-file: "go.mod"
4848
cache: true

0 commit comments

Comments
 (0)