Skip to content

Commit 5c54bc4

Browse files
authored
Merge pull request #765 from JGCRI/cache-update
Update to cache@v4
2 parents a824780 + 8662c47 commit 5c54bc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codecov.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
shell: Rscript {0}
3737

3838
- name: Cache R packages
39-
uses: actions/cache@v1
39+
uses: actions/cache@v4
4040
with:
4141
path: ${{ env.R_LIBS_USER }}
4242
key: macOS-r-4.0-2-${{ hashFiles('.github/depends.Rds') }}

0 commit comments

Comments
 (0)