We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a741b0 commit 663e776Copy full SHA for 663e776
1 file changed
.github/actions/setup-go/action.yaml
@@ -5,7 +5,7 @@ runs:
5
using: "composite"
6
steps:
7
- name: Setup Go
8
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
+ uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
9
with:
10
cache: false
11
go-version-file: 'go.mod'
0 commit comments