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 af725f1 commit 9dc1d1cCopy full SHA for 9dc1d1c
.github/workflows/build-book.yaml
@@ -30,7 +30,7 @@ jobs:
30
- uses: r-lib/actions/setup-r-dependencies@v2
31
32
- name: Cache bookdown results
33
- uses: actions/cache@v1
+ uses: actions/cache@v4
34
with:
35
path: _bookdown_files
36
key: bookdown-2-${{ hashFiles('**/*Rmd') }}
0 commit comments