Skip to content

Commit c50a23e

Browse files
authored
Update actions
1 parent 7fccc8a commit c50a23e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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
@@ -40,8 +40,8 @@ jobs:
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

0 commit comments

Comments
 (0)