We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a1eb3bf + b2fbaa7 commit 0394c4fCopy full SHA for 0394c4f
1 file changed
.github/workflows/go-tests.yml
@@ -15,7 +15,7 @@ jobs:
15
16
steps:
17
- name: Setup go
18
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
+ uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
19
with:
20
go-version: ${{ matrix.go-version }}
21
@@ -30,7 +30,7 @@ jobs:
30
run: go mod download
31
32
- name: Cache / restore go modules
33
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
+ uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
34
35
path: |
36
~/go/pkg/mod
0 commit comments