Skip to content

Commit 2b3307e

Browse files
committed
use cache/save to avoid restore
1 parent b649ab7 commit 2b3307e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gnulib_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: clone srcs
3333
run: git clone --bare git://git.sv.gnu.org/gnulib.git d:/WLB/gnulib.git
3434
- name: Cache gnulib bare repo
35-
uses: actions/cache@v4
35+
uses: actions/cache/save@v4
3636
with:
3737
path: d:/WLB/gnulib.git
3838
key: gnulib-bare

0 commit comments

Comments
 (0)