File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1919 build :
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 - uses : actions/setup-node@v4
2424 with :
2525 node-version : 20.x
4646 matrix :
4747 target : [built, committed]
4848 steps :
49- - uses : actions/checkout@v4
49+ - uses : actions/checkout@v5
5050 - if : matrix.target == 'built' || github.event_name == 'pull_request'
5151 uses : actions/download-artifact@v5
5252 with :
@@ -110,7 +110,7 @@ jobs:
110110 needs : [test]
111111 runs-on : ubuntu-latest
112112 steps :
113- - uses : actions/checkout@v4
113+ - uses : actions/checkout@v5
114114 - uses : actions/download-artifact@v5
115115 with :
116116 name : dist
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