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 1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v3
1414
1515 - name : Install package dependencies
1616 run : >
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v3
1414
1515 - name : Install package dependencies
1616 run : >
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/checkout@v2
14- - uses : actions/setup-node@v2
13+ - uses : actions/checkout@v3
14+ - uses : actions/setup-node@v3
1515 with :
1616 node-version : ' 16'
1717 - run : yarn install
Original file line number Diff line number Diff line change @@ -51,25 +51,25 @@ jobs:
5151 if : matrix.db == 'mysql'
5252
5353 - name : Checkout Redmine
54- uses : actions/checkout@v2
54+ uses : actions/checkout@v3
5555 with :
5656 repository : redmine/redmine
5757 ref : ${{ matrix.redmine }}
5858 path : redmine
5959
6060 - name : Checkout redmine_git_hosting
61- uses : actions/checkout@v2
61+ uses : actions/checkout@v3
6262 with :
6363 path : redmine/plugins/redmine_git_hosting
6464
6565 - name : Checkout additionals
66- uses : actions/checkout@v2
66+ uses : actions/checkout@v3
6767 with :
6868 repository : AlphaNodes/additionals
6969 path : redmine/plugins/additionals
7070
7171 - name : Checkout redmine_sidekiq
72- uses : actions/checkout@v2
72+ uses : actions/checkout@v3
7373 with :
7474 # TODO Switch back to the original repo, once https://github.com/ogom/redmine_sidekiq/pull/16 is released
7575 # repository: ogom/redmine_sidekiq
7878 path : redmine/plugins/redmine_sidekiq
7979
8080 - name : Checkout gitolite
81- uses : actions/checkout@v2
81+ uses : actions/checkout@v3
8282 with :
8383 repository : sitaramc/gitolite
8484 path : gitolite
You can’t perform that action at this time.
0 commit comments