Skip to content

Commit

Permalink
set actions/cache to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
LiNk-NY authored Jan 6, 2025
1 parent 560482c commit a1db500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
shell: Rscript {0}

- name: Cache R packages
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: /usr/local/lib/R/site-library
key: ${{ runner.os }}-r-${{ env.version-name }}-${{ hashFiles('.github/depends.Rds') }}
Expand Down

0 comments on commit a1db500

Please sign in to comment.