File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414 build :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 - uses : actions/setup-node@v4
1919 with :
2020 node-version : 20.x
3434 needs : [build]
3535 runs-on : ubuntu-latest
3636 steps :
37- - uses : actions/checkout@v4
37+ - uses : actions/checkout@v5
3838 - uses : actions/download-artifact@v5
3939 with :
4040 name : dist
Original file line number Diff line number Diff line change 1111 # Checkout is necessary here due to referencing a local action.
1212 # It's also necessary when using the 'config-from-file' option.
1313 # Otherwise, avoid using checkout to keep this workflow fast.
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515
1616 # Basic configuration
1717 - name : Slash Command Dispatch
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