File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010 deploy :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v6
1414 with :
1515 ref : ${{ github.head_ref }}
1616 fetch-depth : 0
Original file line number Diff line number Diff line change 1616 matrix :
1717 node-version : [20.x]
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v6
2020 - name : Use Node.js ${{ matrix.node-version }}
2121 uses : actions/setup-node@v4
2222 with :
Original file line number Diff line number Diff line change 1111 # use 'if' to prevent endless looping with npm package commit
1212 if : " !startsWith(github.event.head_commit.message, '[RELEASE]')"
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v6
1515 with :
1616 token : ${{ secrets.GITHUB_TOKEN }}
1717 - run : git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
Original file line number Diff line number Diff line change 1919 continue-on-error : false
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@v4.2.2
22+ uses : actions/checkout@v6.0.0
2323 - name : Set up Node
2424 uses : actions/setup-node@v4.2.0
2525 with :
You can’t perform that action at this time.
0 commit comments