22
22
23
23
on :
24
24
push :
25
+ branch :
26
+ - ' devel'
25
27
pull_request :
26
28
27
29
name : R-CMD-check-bioc
52
54
fail-fast : false
53
55
matrix :
54
56
config :
55
- - { os: ubuntu-latest, r: 'devel', bioc: '3.20 ', cont: "bioconductor/bioconductor_docker:devel-amd64", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" }
56
- - { os: macOS-latest, r: 'devel', bioc: '3.20 '}
57
- - { os: windows-latest, r: 'devel', bioc: '3.20 '}
57
+ - { os: ubuntu-latest, r: 'devel', bioc: '3.21 ', cont: "bioconductor/bioconductor_docker:devel" }
58
+ - { os: macOS-latest, r: 'devel', bioc: '3.21 '}
59
+ - { os: windows-latest, r: 'devel', bioc: '3.21 '}
58
60
# # Check https://github.com/r-lib/actions/tree/master/examples
59
61
# # for examples using the http-user-agent
60
62
env :
79
81
# # https://github.com/r-lib/actions/blob/master/examples/check-standard.yaml
80
82
# # If they update their steps, we will also need to update ours.
81
83
- name : Checkout Repository
82
- uses : actions/checkout@v3
84
+ uses : actions/checkout@v4
83
85
84
86
# # R is already included in the Bioconductor docker images
85
87
- name : Setup R from r-lib
@@ -102,15 +104,15 @@ jobs:
102
104
103
105
- name : Restore R package cache
104
106
if : " !contains(github.event.head_commit.message, '/nocache') && runner.os != 'Linux'"
105
- uses : actions/cache@v3
107
+ uses : actions/cache@v4
106
108
with :
107
109
path : ${{ env.R_LIBS_USER }}
108
110
key : ${{ env.cache-version }}-${{ runner.os }}-biocversion-devel-r-devel-${{ hashFiles('.github/depends.Rds') }}
109
111
restore-keys : ${{ env.cache-version }}-${{ runner.os }}-biocversion-devel-r-devel-
110
112
111
113
- name : Cache R packages on Linux
112
114
if : " !contains(github.event.head_commit.message, '/nocache') && runner.os == 'Linux' "
113
- uses : actions/cache@v3
115
+ uses : actions/cache@v4
114
116
with :
115
117
path : /home/runner/work/_temp/Library
116
118
key : ${{ env.cache-version }}-${{ runner.os }}-biocversion-devel-r-devel-${{ hashFiles('.github/depends.Rds') }}
0 commit comments