File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
contents : write
20
20
21
21
steps :
22
- - uses : actions/checkout@v4
22
+ - uses : actions/checkout@v5
23
23
-
uses :
cucumber/[email protected]
24
24
with :
25
25
github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 19
19
environment : Release
20
20
21
21
steps :
22
- - uses : actions/checkout@v4
22
+ - uses : actions/checkout@v5
23
23
24
24
- uses : actions/setup-node@v4
25
25
with :
Original file line number Diff line number Diff line change 29
29
- name : set git core.autocrlf to 'input'
30
30
run : git config --global core.autocrlf input
31
31
32
- - uses : actions/checkout@v4
32
+ - uses : actions/checkout@v5
33
33
34
34
- name : with Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
35
35
uses : actions/setup-node@v4
You can’t perform that action at this time.
0 commit comments