diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 81d638c26..bbd24d321 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,7 @@ jobs: - name: Checkout your repository using git uses: actions/checkout@v4 - name: Install, build, and upload your site - uses: withastro/action@v0 + uses: withastro/action@v1 env: FORMSPREE: ${{ secrets.FORMSPREE }}