We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2e09f4 commit e238745Copy full SHA for e238745
.github/workflows/on-tag-cli.yaml
@@ -33,7 +33,7 @@ jobs:
33
go-version: ^1.20.1
34
- run: go version
35
- name: Cache Go Modules
36
- uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3.3.0
+ uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
37
with:
38
path: |
39
~/.cache/go-build
.github/workflows/test.yaml
@@ -26,7 +26,7 @@ jobs:
26
go-version: ${{ inputs.go-version }}
27
28
29
30
31
32
~/go/pkg/mod
0 commit comments