diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4aa94ba..9604d15 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,7 +30,7 @@ jobs: run: ./.ci/build.sh - name: Deploy if: ${{ ! github.base_ref }} - uses: JamesIves/github-pages-deploy-action@4.4.1 + uses: JamesIves/github-pages-deploy-action@v4 with: token: ${{ secrets.GITHUB_TOKEN }} branch: master