File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 app-id : ${{ vars.OPSBR_BOT_APP_ID }}
2626 private-key : ${{ secrets.OPSBR_BOT_PRIVATE_KEY }}
2727 - name : Checkout
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v6
2929 with :
3030 fetch-depth : 0
3131 - name : Setup
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v6
1515 - name : Setup
1616 run : ./script/setup.bash bun pwsh
1717 - name : Install
2626 runs-on : ubuntu-latest
2727 steps :
2828 - name : Checkout
29- uses : actions/checkout@v4
29+ uses : actions/checkout@v6
3030 - name : Setup
3131 run : ./script/setup.bash bun pwsh
3232 - name : Install
3939 runs-on : macos-latest
4040 steps :
4141 - name : Checkout
42- uses : actions/checkout@v4
42+ uses : actions/checkout@v6
4343 - name : Setup
4444 run : ./script/setup.bash bun pwsh
4545 - name : Install
5252 runs-on : windows-latest
5353 steps :
5454 - name : Checkout
55- uses : actions/checkout@v4
55+ uses : actions/checkout@v6
5656 - name : Setup
5757 run : ./script/setup.ps1 bun
5858 - name : Install
Original file line number Diff line number Diff line change 1414 with :
1515 app-id : ${{ vars.OPSBR_BOT_APP_ID }}
1616 private-key : ${{ secrets.OPSBR_BOT_PRIVATE_KEY }}
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v6
1818 - name : Setup
1919 run : ./script/setup.bash bun
2020 - name : Update
You can’t perform that action at this time.
0 commit comments