We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49b4fd5 commit 0c7befcCopy full SHA for 0c7befc
.github/workflows/pr_check.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Cache R packages
33
if: runner.os != 'Windows'
34
- uses: actions/cache@v1
+ uses: actions/cache@v4
35
with:
36
path: /usr/local/lib/R/site-library
37
key: ${{ runner.os }}-r-1-${{ hashFiles('.github/depends.Rds') }}
0 commit comments