File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v6
18+ uses : actions/checkout@v7
1919 - name : Setup Java
2020 uses : actions/setup-java@v5.2.0
2121 with :
Original file line number Diff line number Diff line change 2020 app-id : ${{ vars.THEOPLAYER_BOT_APP_ID }}
2121 private-key : ${{ secrets.THEOPLAYER_BOT_PRIVATE_KEY }}
2222 - name : Checkout
23- uses : actions/checkout@v6
23+ uses : actions/checkout@v7
2424 with :
2525 token : ${{ steps.app-token.outputs.token }}
2626 - name : Configure Git user
Original file line number Diff line number Diff line change 2525 runs-on : ubuntu-latest
2626 steps :
2727 - name : Checkout
28- uses : actions/checkout@v6
28+ uses : actions/checkout@v7
2929 - name : Setup Pages
3030 uses : actions/configure-pages@v6
3131 - name : Setup Java
Original file line number Diff line number Diff line change 2727 app-id : ${{ vars.THEOPLAYER_BOT_APP_ID }}
2828 private-key : ${{ secrets.THEOPLAYER_BOT_PRIVATE_KEY }}
2929 - name : Checkout
30- uses : actions/checkout@v6
30+ uses : actions/checkout@v7
3131 with :
3232 token : ${{ steps.app-token.outputs.token }}
3333 - name : Configure Git user
Original file line number Diff line number Diff line change 2727 app-id : ${{ vars.THEOPLAYER_BOT_APP_ID }}
2828 private-key : ${{ secrets.THEOPLAYER_BOT_PRIVATE_KEY }}
2929 - name : Checkout
30- uses : actions/checkout@v6
30+ uses : actions/checkout@v7
3131 with :
3232 token : ${{ steps.app-token.outputs.token }}
3333 - name : Configure Git user
You can’t perform that action at this time.
0 commit comments