Skip to content

Commit

Permalink
Upgrade to actions/cache@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
p00ya committed May 19, 2024
1 parent 3f5a1e8 commit e7d5d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-climbr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
writeLines(sprintf("R-%i.%i", getRversion()$major, getRversion()$minor), ".github/R-version")
shell: Rscript {0}
- name: Configure R package cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ env.R_LIBS_USER }}
key: R-jammy-${{ hashFiles('.github/R-version') }}-${{ hashFiles('.github/depends.Rds') }}
Expand Down

0 comments on commit e7d5d5b

Please sign in to comment.