File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ jobs:
2121 runs-on : ubuntu-latest
2222
2323 steps :
24- - uses : actions/checkout@v3
24+ - uses : actions/checkout@v4
2525 with :
2626 repository : ${{ secrets.CODE_REPO }}
2727 token : ${{ secrets.CODE_TOKEN }}
2828 persist-credentials : false
2929
3030 - name : Setup Python
31- uses : actions/setup-python@v4
31+ uses : actions/setup-python@v5
3232 with :
3333 python-version : ' 3.10'
3434 cache : pip
4040 run : python3 run.py ${{ secrets.GITHUB_TOKEN }} ${{ secrets.API_URL }} ${{ secrets.API_TOKEN }}
4141
4242 - name : Deploy
43- uses : JamesIves/github-pages-deploy-action@v4.4.1
43+ uses : JamesIves/github-pages-deploy-action@v4.6.3
4444 with :
45- BRANCH : gh-pages
46- FOLDER : deploy/
47- CLEAN : true
45+ branch : gh-pages
46+ folder : deploy/
47+ clean : true
You can’t perform that action at this time.
0 commit comments