We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd628ee + 66d7329 commit ee1204eCopy full SHA for ee1204e
.github/workflows/Codecov.yml
@@ -33,7 +33,7 @@ jobs:
33
shell: Rscript {0}
34
35
- name: Cache R packages
36
- uses: actions/cache@v2
+ uses: actions/cache@v3
37
with:
38
path: ${{ env.R_LIBS_USER }}
39
key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}
.github/workflows/R-CMD-check.yml
@@ -53,7 +53,7 @@ jobs:
53
54
55
if: runner.os != 'Windows'
56
57
58
59
0 commit comments