We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a824780 commit 8662c47Copy full SHA for 8662c47
.github/workflows/codecov.yaml
@@ -36,7 +36,7 @@ jobs:
36
shell: Rscript {0}
37
38
- name: Cache R packages
39
- uses: actions/cache@v1
+ uses: actions/cache@v4
40
with:
41
path: ${{ env.R_LIBS_USER }}
42
key: macOS-r-4.0-2-${{ hashFiles('.github/depends.Rds') }}
0 commit comments