Update peaceiris/actions-gh-pages action to v4

This commit is contained in:
renovate[bot] 2024-04-08 19:58:35 +00:00 committed by GitHub
parent 719220c809
commit 72f50dd941
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ jobs:
- name: Bundle specification
run: npm run build -- ./dist
- name: Publish ReDoc on Github Pages
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist

View File

@ -21,7 +21,7 @@ jobs:
- name: Bundle specification
run: npm run build
- name: Publish built specification
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist