Skip to content

Commit 9dc1d1c

Browse files
committed
Switch to actions/cache@v4
1 parent af725f1 commit 9dc1d1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-book.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: r-lib/actions/setup-r-dependencies@v2
3131

3232
- name: Cache bookdown results
33-
uses: actions/cache@v1
33+
uses: actions/cache@v4
3434
with:
3535
path: _bookdown_files
3636
key: bookdown-2-${{ hashFiles('**/*Rmd') }}

0 commit comments

Comments
 (0)