Skip to content

Commit 5479b76

Browse files
committed
Update GitHub workflow cache and fix NEWS file
1 parent fa1b4b3 commit 5479b76

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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+

.github/workflows/check-bioc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ env:
3939
run_pkgdown: 'true'
4040
has_RUnit: 'true'
4141
has_BiocCheck: 'false'
42-
cache-version: 'cache-v1'
42+
cache-version: 'cache-v2'
4343

4444
jobs:
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') }}

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CHANGES IN VERSION 2.41.5
1+
CHANGES IN VERSION 2.43.1
22
-------------------------
33
o Update CV, adds multiple terms
44

0 commit comments

Comments
 (0)