Skip to content

Commit 583123e

Browse files
committed
Update actions/cache
1 parent 4f33dbd commit 583123e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: Cache R packages
6262
if: runner.os != 'Windows' && matrix.config.image == null
63-
uses: actions/cache@v1
63+
uses: actions/cache@v4
6464
with:
6565
path: ${{ env.R_LIBS_USER }}
6666
key: ${{ runner.os }}-bioc-${{ matrix.config.bioc }}-${{ hashFiles('depends.Rds') }}

0 commit comments

Comments
 (0)