diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 51ee41e..cdad5a8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -159,7 +159,7 @@ jobs: name: dist-folder path: dist/ - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.6.8 + uses: JamesIves/github-pages-deploy-action@v4.7.4 with: branch: gh-pages # The branch the action should deploy to. folder: dist # The folder the action should deploy.