Skip to content

Commit 303ee03

Browse files
author
Self-hosted Renovate Bot
committed
fix(deps): update actions/setup-go digest to cdcb360
1 parent aca3a22 commit 303ee03

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
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919

2020
- name: Set up Go
21-
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
21+
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
2222
with:
2323
go-version: '${{ env.GO_VERSION }}'
2424
id: go

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Set up Go 1.20.x
19-
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
19+
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
2020
with:
2121
go-version: '${{ env.GO_VERSION }}'
2222
id: go

0 commit comments

Comments
 (0)