diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 39adc8a5b..655d2f5dd 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -88,7 +88,7 @@ jobs: # Deploy Storybook to Github Pages - name: Deploy to GitHub Pages if: success() && (github.ref == 'refs/heads/master') - uses: crazy-max/ghaction-github-pages@v2 + uses: crazy-max/ghaction-github-pages@v4 with: build_dir: docs committer: ${{ secrets.GIT_AUTHOR_NAME }} <${{ secrets.GIT_AUTHOR_EMAIL }}>