File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v6
19+ uses : actions/checkout@v7
2020 - name : Setup Java
2121 uses : actions/setup-java@v5
2222 with :
Original file line number Diff line number Diff line change 2424 app-id : ${{ vars.THEOPLAYER_BOT_APP_ID }}
2525 private-key : ${{ secrets.THEOPLAYER_BOT_PRIVATE_KEY }}
2626 - name : Checkout
27- uses : actions/checkout@v6
27+ uses : actions/checkout@v7
2828 with :
2929 token : ${{ steps.app-token.outputs.token }}
3030 - 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 1515 app-id : ${{ vars.THEOPLAYER_BOT_APP_ID }}
1616 private-key : ${{ secrets.THEOPLAYER_BOT_PRIVATE_KEY }}
1717 - name : Checkout
18- uses : actions/checkout@v6
18+ uses : actions/checkout@v7
1919 with :
2020 token : ${{ steps.app-token.outputs.token }}
2121 ref : develop
You can’t perform that action at this time.
0 commit comments