File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ name: GitHub Actions CI
10
10
11
11
# # change if caches needs to be refreshed
12
12
env :
13
- cache-version : v2
13
+ cache-version : v3
14
14
15
15
jobs :
16
16
R-CMD-check :
26
26
- {os: windows-latest, r: 'release', not_cran: 'true'}
27
27
- {os: windows-latest, r: 'devel', not_cran: 'true'}
28
28
- {os: windows-2019, r: 'oldrel', not_cran: 'true'}
29
- - {os: macos-12 , r: 'release', not_cran: 'true'}
30
- - {os: macos-11 , r: 'oldrel', not_cran: 'true'}
29
+ - {os: macos-13 , r: 'release', not_cran: 'true'}
30
+ - {os: macos-12 , r: 'oldrel', not_cran: 'true'}
31
31
- {os: ubuntu-latest, r: 'devel', not_cran: 'true'}
32
32
- {os: ubuntu-latest, r: 'release', not_cran: 'true'} # OK
33
33
- {os: ubuntu-latest, r: 'oldrel', not_cran: 'true'}
38
38
R_KEEP_PKG_SOURCE : yes
39
39
40
40
steps :
41
- - uses : actions/checkout@v3
41
+ - uses : actions/checkout@v4
42
42
43
43
- uses : r-lib/actions/setup-pandoc@v2
44
44
You can’t perform that action at this time.
0 commit comments