File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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') }}
You can’t perform that action at this time.
0 commit comments