Skip to content

Commit

Permalink
Merge pull request #24 from OuhscBbmc/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
wibeasley committed Jan 22, 2024
2 parents b18a1e2 + 34fe449 commit 2a667dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
Rscript -e "install.packages('remotes')" -e "saveRDS(remotes::dev_package_deps(dependencies = TRUE), 'depends.Rds', version = 2)"

- name: Cache R packages
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ env.R_LIBS_USER }}
key: ${{ runner.os }}-r-${{ hashFiles('depends.Rds') }}
Expand Down

0 comments on commit 2a667dd

Please sign in to comment.