File tree 5 files changed +14
-8
lines changed
5 files changed +14
-8
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+ updates :
3
+ - package-ecosystem : " github-actions"
4
+ directory : " /"
5
+ schedule :
6
+ interval : " daily"
Original file line number Diff line number Diff line change @@ -38,10 +38,10 @@ jobs:
38
38
R_LANGSVR_POOL_SIZE : 1
39
39
R_LANGSVR_TEST_FAST : NO
40
40
steps :
41
- - uses : actions/checkout@v1
42
- - uses : r-lib/actions/setup-r@v1
41
+ - uses : actions/checkout@v3
42
+ - uses : r-lib/actions/setup-r@v2
43
43
with :
44
- r-version : latest
44
+ r-version : release
45
45
- name : Create log directory on Linux or macOS
46
46
if : runner.os != 'Windows'
47
47
run : mkdir -p $(dirname ${{ env.R_LANGSVR_LOG }})
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
container : rocker/tidyverse
16
16
steps :
17
- - uses : actions/checkout@v1
17
+ - uses : actions/checkout@v3
18
18
- name : Install apt-get dependencies
19
19
run : |
20
20
apt-get update
Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ jobs:
37
37
R_LANGSVR_LOG : ${{ matrix.log_file }}
38
38
R_LANGSVR_POOL_SIZE : 1
39
39
steps :
40
- - uses : actions/checkout@v1
41
- - uses : r-lib/actions/setup-r@v1
40
+ - uses : actions/checkout@v3
41
+ - uses : r-lib/actions/setup-r@v2
42
42
with :
43
- r-version : latest
43
+ r-version : release
44
44
- name : Create log directory on Linux or macOS
45
45
if : runner.os != 'Windows'
46
46
run : mkdir -p $(dirname ${{ env.R_LANGSVR_LOG }})
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
container : rtagbot/tagbot:latest
12
12
steps :
13
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v3
14
14
- name : fetch all tags and branches
15
15
run : git fetch --prune --unshallow --tags
16
16
- name : check and publish release
You can’t perform that action at this time.
0 commit comments