We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f33dbd commit 583123eCopy full SHA for 583123e
.github/workflows/R-CMD-check.yaml
@@ -60,7 +60,7 @@ jobs:
60
61
- name: Cache R packages
62
if: runner.os != 'Windows' && matrix.config.image == null
63
- uses: actions/cache@v1
+ uses: actions/cache@v4
64
with:
65
path: ${{ env.R_LIBS_USER }}
66
key: ${{ runner.os }}-bioc-${{ matrix.config.bioc }}-${{ hashFiles('depends.Rds') }}
0 commit comments