File tree Expand file tree Collapse file tree 7 files changed +15
-15
lines changed Expand file tree Collapse file tree 7 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ jobs:
28
28
TZ : UTC
29
29
steps :
30
30
- name : Checkout workflowr-pkg-tests
31
- uses : actions/checkout@v3
31
+ uses : actions/checkout@v4
32
32
with :
33
33
path : workflowr-pkg-tests
34
34
- name : Checkout workflowr
35
- uses : actions/checkout@v3
35
+ uses : actions/checkout@v4
36
36
with :
37
37
repository : workflowr/workflowr
38
38
path : workflowr
Original file line number Diff line number Diff line change 11
11
RSPM : " https://packagemanager.rstudio.com/cran/__linux__/focal/latest"
12
12
GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
with :
16
16
repository : " workflowr/workflowr"
17
17
- name : Install system dependencies
40
40
with :
41
41
r-version : " release"
42
42
- name : Restore R package cache
43
- uses : actions/cache@v3
43
+ uses : actions/cache@v4
44
44
with :
45
45
path : ${{ env.R_LIBS_USER }}/*
46
46
key : ubuntu-20.04-${{ steps.install-r.outputs.installed-r-version }}-1-${{ hashFiles('DESCRIPTION') }}
71
71
shell : bash
72
72
- name : Upload check results
73
73
if : failure()
74
- uses : actions/upload-artifact@main
74
+ uses : actions/upload-artifact@v4
75
75
with :
76
76
name : current-results
77
77
path : workflowr.Rcheck
Original file line number Diff line number Diff line change 11
11
RSPM : " https://packagemanager.rstudio.com/cran/__linux__/jammy/latest"
12
12
GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
with :
16
16
repository : " workflowr/workflowr"
17
17
- name : Install system dependencies
39
39
with :
40
40
r-version : " devel"
41
41
- name : Restore R package cache
42
- uses : actions/cache@v3
42
+ uses : actions/cache@v4
43
43
with :
44
44
path : ${{ env.R_LIBS_USER }}/*
45
45
key : ubuntu-22.04-${{ steps.install-r.outputs.installed-r-version }}-1-${{ hashFiles('DESCRIPTION') }}
90
90
shell : bash
91
91
- name : Upload check results
92
92
if : failure()
93
- uses : actions/upload-artifact@main
93
+ uses : actions/upload-artifact@v4
94
94
with :
95
95
name : future-results
96
96
path : workflowr.Rcheck
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ jobs:
11
11
GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
12
12
steps :
13
13
- name : " Checkout workflowr-pkg-tests"
14
- uses : actions/checkout@v3
14
+ uses : actions/checkout@v4
15
15
with :
16
16
path : " workflowr-pkg-tests"
17
17
- name : " Checkout workflowr"
18
- uses : actions/checkout@v3
18
+ uses : actions/checkout@v4
19
19
with :
20
20
repository : " workflowr/workflowr"
21
21
path : " workflowr"
44
44
with :
45
45
r-version : 3.3.3
46
46
- name : Restore R package cache
47
- uses : actions/cache@v3
47
+ uses : actions/cache@v4
48
48
with :
49
49
path : ${{ env.R_LIBS_USER }}/*
50
50
key : ubuntu-20.04-${{ steps.install-r.outputs.installed-r-version }}-1-${{ hashFiles('DESCRIPTION') }}
71
71
working-directory : " workflowr"
72
72
- name : Upload check results
73
73
if : failure()
74
- uses : actions/upload-artifact@main
74
+ uses : actions/upload-artifact@v4
75
75
with :
76
76
name : legacy-results
77
77
path : workflowr/workflowr.Rcheck
Original file line number Diff line number Diff line change 13
13
_R_CHECK_CRAN_INCOMING_ : TRUE
14
14
_R_CHECK_CRAN_INCOMING_REMOTE_ : FALSE
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
with :
18
18
repository : " workflowr/workflowr"
19
19
- name : Setup r2u
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-22.04
9
9
name : spell-check
10
10
steps :
11
- - uses : actions/checkout@v3
11
+ - uses : actions/checkout@v4
12
12
with :
13
13
repository : " workflowr/workflowr"
14
14
- name : Setup r2u
Original file line number Diff line number Diff line change 23
23
run :
24
24
shell : ${{ matrix.config.shell }}
25
25
steps :
26
- - uses : actions/checkout@v3
26
+ - uses : actions/checkout@v4
27
27
- name : Setup Mambaforge
28
28
uses : conda-incubator/setup-miniconda@v2
29
29
with :
You can’t perform that action at this time.
0 commit comments