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 4c00277 commit 1312e3bCopy full SHA for 1312e3b
.github/workflows/R-CMD-check.yml
@@ -57,7 +57,7 @@ jobs:
57
58
- name: Cache R packages
59
if: runner.os != 'Windows'
60
- uses: actions/cache@v2
+ uses: actions/cache@v3
61
with:
62
path: ${{ env.R_LIBS_USER }}
63
key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}
0 commit comments