File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2020 build :
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424 - uses : actions/setup-node@v4
2525 with :
2626 node-version : 20.x
4747 matrix :
4848 target : [built, committed]
4949 steps :
50- - uses : actions/checkout@v4
50+ - uses : actions/checkout@v5
5151 - if : matrix.target == 'built' || github.event_name == 'pull_request'
5252 uses : actions/download-artifact@v5
5353 with :
9292 needs : [test]
9393 runs-on : ubuntu-latest
9494 steps :
95- - uses : actions/checkout@v4
95+ - uses : actions/checkout@v5
9696 - run : rm -rf dist
9797 - uses : actions/download-artifact@v5
9898 with :
Original file line number Diff line number Diff line change 1818 echo "branch=$branch" >> $GITHUB_OUTPUT
1919
2020 # Checkout the branch to test
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 with :
2323 repository : ${{ steps.vars.outputs.repository }}
2424 ref : ${{ steps.vars.outputs.branch }}
Original file line number Diff line number Diff line change 1717 tag :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 with :
2222 token : ${{ secrets.ACTIONS_BOT_TOKEN }}
2323 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments