Skip to content

Commit 985615a

Browse files
committed
Move to cache v4
1 parent 51ceab1 commit 985615a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmd-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,15 +95,15 @@ jobs:
9595

9696
- name: Cache R packages
9797
if: "!contains(github.event.head_commit.message, '/nocache') && runner.os != 'Linux'"
98-
uses: actions/cache@v2
98+
uses: actions/cache@v4
9999
with:
100100
path: ${{ env.R_LIBS_USER }}
101101
key: ${{ env.cache-version }}-${{ runner.os }}-biocversion-RELEASE_3_12-r-4.0-2${{ hashFiles('.github/depends.Rds') }}
102102
restore-keys: ${{ env.cache-version }}-${{ runner.os }}-biocversion-RELEASE_3_12-r-4.0-2
103103

104104
- name: Cache R packages on Linux
105105
if: "!contains(github.event.head_commit.message, '/nocache') && runner.os == 'Linux' "
106-
uses: actions/cache@v2
106+
uses: actions/cache@v4
107107
with:
108108
path: /home/runner/work/_temp/Library
109109
key: ${{ env.cache-version }}-${{ runner.os }}-biocversion-RELEASE_3_12-r-4.0-2${{ hashFiles('.github/depends.Rds') }}

0 commit comments

Comments
 (0)