Skip to content

Commit ac46986

Browse files
authored
Update R-CMD-check.yaml
1 parent 768d0cc commit ac46986

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
RSPM: ${{ matrix.config.rspm }}
3232

3333
steps:
34-
- uses: actions/checkout@v2
34+
- uses: actions/checkout@v3
3535

3636
- uses: r-lib/actions/setup-r@v2
3737
with:
@@ -48,7 +48,7 @@ jobs:
4848

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

0 commit comments

Comments
 (0)