diff --git a/.github/workflows/deploy-to-github-pages.yml b/.github/workflows/deploy-to-github-pages.yml index 4545a2eb..ba436ab8 100644 --- a/.github/workflows/deploy-to-github-pages.yml +++ b/.github/workflows/deploy-to-github-pages.yml @@ -29,7 +29,7 @@ jobs: npm run build - name: Deploy to Github Pages - uses: JamesIves/github-pages-deploy-action@4.4.3 + uses: JamesIves/github-pages-deploy-action@v4 with: branch: gh-pages folder: public