File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
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 : Check commit has been pushed on origin/main
16
16
run : |
Original file line number Diff line number Diff line change 20
20
environment : Release
21
21
22
22
steps :
23
- - uses : actions/checkout@v2
23
+ - uses : actions/checkout@v3
24
24
25
25
- uses : actions/setup-node@v3
26
26
with :
45
45
contents : write
46
46
47
47
steps :
48
- - uses : actions/checkout@v2
48
+ - uses : actions/checkout@v3
49
49
-
uses :
cucumber/[email protected]
50
50
with :
51
51
github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 16
16
steps :
17
17
- name : set git core.autocrlf to 'input'
18
18
run : git config --global core.autocrlf input
19
- - uses : actions/checkout@v2
19
+ - uses : actions/checkout@v3
20
20
- uses : actions/setup-node@v3
21
21
with :
22
22
node-version : ' 16.x'
You can’t perform that action at this time.
0 commit comments