Skip to content

Commit 8662c47

Browse files
committed
Update to cache@v4
actions/cache#1510
1 parent a824780 commit 8662c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codecov.yaml

+1-1
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)