We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e9335d commit 5cb67ccCopy full SHA for 5cb67cc
.github/workflows/codeql-analysis.yml
@@ -44,7 +44,7 @@ jobs:
44
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
45
46
- name: Utilize Go Module Cache
47
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
+ uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
48
with:
49
path: |
50
~/go/pkg/mod
.github/workflows/tests.yaml
@@ -37,7 +37,7 @@ jobs:
37
steps:
38
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
39
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
40
- - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
+ - uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
41
42
# In order:
43
# * Module download cache
0 commit comments