diff --git a/.github/workflows/api-docs.yml b/.github/workflows/api-docs.yml index ed4eca8cb..906ef8b63 100644 --- a/.github/workflows/api-docs.yml +++ b/.github/workflows/api-docs.yml @@ -40,6 +40,6 @@ jobs: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v3 with: token: ${{ secrets.GITHUB_TOKEN }}