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 1717 app_id : ${{ secrets.APP_ID }}
1818 private_key : ${{ secrets.APP_PRIVATE_KEY }}
1919
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 with :
2222 token : ${{ steps.generate_token.outputs.token }}
2323
Original file line number Diff line number Diff line change 1717 name : Deploy to GitHub Pages
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 - uses : pnpm/action-setup@v2
2222 with :
2323 version : latest
5656 runs-on : ubuntu-latest
5757 steps :
5858 - name : Checkout Repo
59- uses : actions/checkout@v4
59+ uses : actions/checkout@v5
6060
6161 # We don't know when the site will be deployed, we just wait a few seconds
6262 # Better solutions can be found
Original file line number Diff line number Diff line change 1717 name : Test deployment
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 - uses : pnpm/action-setup@v2
2222 with :
2323 version : latest
You can’t perform that action at this time.
0 commit comments