Skip to content

Commit ee1204e

Browse files
Merge pull request #87 from TuomasBorman/master
Update cache action
2 parents dd628ee + 66d7329 commit ee1204e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
shell: Rscript {0}
3434

3535
- name: Cache R packages
36-
uses: actions/cache@v2
36+
uses: actions/cache@v3
3737
with:
3838
path: ${{ env.R_LIBS_USER }}
3939
key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}

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

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

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

0 commit comments

Comments
 (0)