Skip to content

Commit 5a3317c

Browse files
Update r_ubuntuOnly.yml
1 parent 1735db4 commit 5a3317c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/r_ubuntuOnly.yml

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

4747
- name: Cache R packages
4848
if: runner.os != 'Windows'
49-
uses: actions/cache@v2
49+
uses: actions/cache@v4
5050
with:
5151
path: ${{ env.R_LIBS_USER }}
5252
key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}

0 commit comments

Comments
 (0)