Skip to content

Commit b148fbc

Browse files
chore(deps): update actions/setup-go digest to 3041bf5 (#112)
Co-authored-by: felix-renovate[bot] <143542247+felix-renovate[bot]@users.noreply.github.com>
1 parent 25b5cf6 commit b148fbc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2121

22-
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5
22+
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
2323
with:
2424
go-version: ${{ matrix.go-version }}
2525

.github/workflows/licensing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020

21-
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5
21+
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
2222
with:
2323
go-version-file: go.mod
2424

.github/workflows/update-data.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
ref: ${{ github.head_ref }}
2323

2424
- name: Setup Go
25-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5
25+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
2626
with:
2727
go-version-file: go.mod
2828

0 commit comments

Comments
 (0)