Skip to content

Commit f3738cb

Browse files
lestrratDaisuke Maki
andauthored
Develop v2 actions cache (#1302)
* Update actions/cache * typo --------- Co-authored-by: Daisuke Maki <lestrrat+github@github.com>
1 parent 66b0d7e commit f3738cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Checkout repository
1818
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1919
- name: Cache Go modules
20-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
20+
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
2121
with:
2222
path: |
2323
~/go/pkg/mod

.github/workflows/smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
find . -name '*.md' | xargs env AUTODOC_DRYRUN=1 perl tools/autodoc.pl
2525
- name: Cache Go modules
26-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.20
26+
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
2727
with:
2828
path: |
2929
~/go/pkg/mod

0 commit comments

Comments
 (0)