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@a5ac7e51b41094c92402da3b24376905380afc29 # v4
15+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
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 1010 runs-on : ubuntu-latest
1111 environment : Release
1212 steps :
13- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
13+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1414 - uses : actions/setup-node@v4
1515 with :
1616 node-version : ' 20'
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4
35+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
3636 - name : with Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
3737 uses : actions/setup-node@v4
3838 with :
You can’t perform that action at this time.
0 commit comments