File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ runs:
29
29
path : ./current-project
30
30
ref : ${{ inputs.gh-pages-branch }}
31
31
- name : Checkout chain-status repo
32
- uses : actions/checkout@v2
32
+ uses : actions/checkout@v4
33
33
with :
34
34
repository : kiegroup/chain-status
35
35
path : ./chain-status
36
- - uses : actions/setup-node@v1
36
+ - uses : actions/setup-node@v4
37
37
with :
38
- node-version : 14
38
+ node-version : 20
39
39
registry-url : https://registry.npmjs.org/
40
40
- run : yarn
41
41
shell : bash
Original file line number Diff line number Diff line change 47
47
using : " composite"
48
48
steps :
49
49
- name : Checkout chain-status repo
50
- uses : actions/checkout@v2
50
+ uses : actions/checkout@v4
51
51
with :
52
52
path : ./chain-status
53
53
ref : ${{ inputs.gh-pages-branch }}
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ inputs:
41
41
description : " A comma separated list of branches to compare. Like `main,8.30.x,8.29.x`"
42
42
required : false
43
43
runs :
44
- using : " node16 "
44
+ using : " node20 "
45
45
main : " packages/action/dist/index.js"
46
46
branding :
47
47
icon : " box"
You can’t perform that action at this time.
0 commit comments