diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 26a9a54b..1d31199d 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -41,7 +41,7 @@ jobs: flags: unittests, master, push # optional - name: Deploy to gh-pages - uses: JamesIves/github-pages-deploy-action@4.1.8 + uses: JamesIves/github-pages-deploy-action@v4.6.0 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BRANCH: gh-pages # The branch the action should deploy to.