diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e0d460f..3d6f863 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@v5.0.0 - name: Install, build, and upload your site output - uses: withastro/action@v4.0.0 + uses: withastro/action@v4.2.0 with: node-version: 24.5.0 package-manager: pnpm@latest