Skip to content

Commit 1312e3b

Browse files
authored
Update R-CMD-check.yml
1 parent 4c00277 commit 1312e3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/R-CMD-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

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

0 commit comments

Comments
 (0)