File tree Expand file tree Collapse file tree 3 files changed +15
-4
lines changed
Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 1+ # Set update schedule for GitHub Actions
2+
3+ version : 2
4+ updates :
5+
6+ - package-ecosystem : " github-actions"
7+ directory : " /"
8+ schedule :
9+ # Check for updates to GitHub Actions every week
10+ interval : " weekly"
11+
Original file line number Diff line number Diff line change 3939 run_pkgdown : ' true'
4040 has_RUnit : ' true'
4141 has_BiocCheck : ' false'
42- cache-version : ' cache-v1 '
42+ cache-version : ' cache-v2 '
4343
4444jobs :
4545 build-check :
@@ -99,15 +99,15 @@ jobs:
9999
100100 - name : Cache R packages
101101 if : " !contains(github.event.head_commit.message, '/nocache') && runner.os != 'Linux'"
102- uses : actions/cache@v2
102+ uses : actions/cache@v4
103103 with :
104104 path : ${{ env.R_LIBS_USER }}
105105 key : ${{ env.cache-version }}-${{ runner.os }}-biocversion-devel-r-devel-${{ hashFiles('.github/depends.Rds') }}
106106 restore-keys : ${{ env.cache-version }}-${{ runner.os }}-biocversion-devel-r-devel-
107107
108108 - name : Cache R packages on Linux
109109 if : " !contains(github.event.head_commit.message, '/nocache') && runner.os == 'Linux' "
110- uses : actions/cache@v2
110+ uses : actions/cache@v4
111111 with :
112112 path : /home/runner/work/_temp/Library
113113 key : ${{ env.cache-version }}-${{ runner.os }}-biocversion-devel-r-devel-${{ hashFiles('.github/depends.Rds') }}
Original file line number Diff line number Diff line change 1- CHANGES IN VERSION 2.41.5
1+ CHANGES IN VERSION 2.43.1
22-------------------------
33o Update CV, adds multiple terms
44
You can’t perform that action at this time.
0 commit comments