diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a6d2765..fa7a8d3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,7 +23,7 @@ jobs: - name: Checkout your repository using git uses: actions/checkout@v4 - name: Install, build, and upload your site output - uses: withastro/action@v2 + uses: withastro/action@v3 with: path: website package-manager: pnpm@latest