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 66b0d7e commit f3738cbCopy full SHA for f3738cb
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Checkout repository
18
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
19
- name: Cache Go modules
20
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
+ uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
21
with:
22
path: |
23
~/go/pkg/mod
.github/workflows/smoke.yml
@@ -23,7 +23,7 @@ jobs:
run: |
24
find . -name '*.md' | xargs env AUTODOC_DRYRUN=1 perl tools/autodoc.pl
25
26
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.20
27
28
29
0 commit comments