File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
12
12
steps :
13
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v3
14
14
15
15
- name : Install package dependencies
16
16
run : >
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
12
12
steps :
13
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v3
14
14
15
15
- name : Install package dependencies
16
16
run : >
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
12
12
steps :
13
- - uses : actions/checkout@v2
14
- - uses : actions/setup-node@v2
13
+ - uses : actions/checkout@v3
14
+ - uses : actions/setup-node@v3
15
15
with :
16
16
node-version : ' 16'
17
17
- run : yarn install
Original file line number Diff line number Diff line change @@ -51,25 +51,25 @@ jobs:
51
51
if : matrix.db == 'mysql'
52
52
53
53
- name : Checkout Redmine
54
- uses : actions/checkout@v2
54
+ uses : actions/checkout@v3
55
55
with :
56
56
repository : redmine/redmine
57
57
ref : ${{ matrix.redmine }}
58
58
path : redmine
59
59
60
60
- name : Checkout redmine_git_hosting
61
- uses : actions/checkout@v2
61
+ uses : actions/checkout@v3
62
62
with :
63
63
path : redmine/plugins/redmine_git_hosting
64
64
65
65
- name : Checkout additionals
66
- uses : actions/checkout@v2
66
+ uses : actions/checkout@v3
67
67
with :
68
68
repository : AlphaNodes/additionals
69
69
path : redmine/plugins/additionals
70
70
71
71
- name : Checkout redmine_sidekiq
72
- uses : actions/checkout@v2
72
+ uses : actions/checkout@v3
73
73
with :
74
74
# TODO Switch back to the original repo, once https://github.com/ogom/redmine_sidekiq/pull/16 is released
75
75
# repository: ogom/redmine_sidekiq
78
78
path : redmine/plugins/redmine_sidekiq
79
79
80
80
- name : Checkout gitolite
81
- uses : actions/checkout@v2
81
+ uses : actions/checkout@v3
82
82
with :
83
83
repository : sitaramc/gitolite
84
84
path : gitolite
You can’t perform that action at this time.
0 commit comments