diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index a6a3a48e..644ad27a 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -23,7 +23,7 @@ jobs: run: | cd docs/src && make docs && touch ../.nojekyll - name: Deploy - uses: JamesIves/github-pages-deploy-action@4.2.1 + uses: JamesIves/github-pages-deploy-action@v4.6.1 with: branch: gh-pages # The branch the action should deploy to. folder: docs # The folder the action should deploy.