Skip to content

Commit

Permalink
Merge pull request #19 from Rapporteket/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/cache-3

Bump actions/cache from 2 to 3
  • Loading branch information
areedv authored Feb 27, 2023
2 parents d78cf99 + 3357df5 commit 631e80f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/r-cmd-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

- name: Cache R packages
if: runner.os != 'Windows'
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ${{ env.R_LIBS_USER }}
key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}
Expand Down

0 comments on commit 631e80f

Please sign in to comment.