Skip to content

Commit 0c7befc

Browse files
committed
set actions/cache to v4
1 parent 49b4fd5 commit 0c7befc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_check.yml

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

3232
- name: Cache R packages
3333
if: runner.os != 'Windows'
34-
uses: actions/cache@v1
34+
uses: actions/cache@v4
3535
with:
3636
path: /usr/local/lib/R/site-library
3737
key: ${{ runner.os }}-r-1-${{ hashFiles('.github/depends.Rds') }}

0 commit comments

Comments
 (0)