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 1212 permissions :
1313 contents : write
1414 steps :
15- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
15+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
1616 - uses : cucumber/action-create-github-release@v1.1.1
1717 with :
1818 github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 environment : Release
1616 steps :
17- - uses : actions/checkout@v5
17+ - uses : actions/checkout@v6
1818 - uses : actions/setup-node@v6
1919 with :
2020 node-version : ' 24.x'
Original file line number Diff line number Diff line change 3232 steps :
3333 - name : set git core.autocrlf to 'input'
3434 run : git config --global core.autocrlf input
35- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
35+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
3636 - name : with Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
3737 uses : actions/setup-node@v6
3838 with :
You can’t perform that action at this time.
0 commit comments