diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 2b7b97e0..6b02a412 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -30,7 +30,7 @@ jobs: echo $ASTRO_SITE echo $ASTRO_BASE - name: Install, build, and upload your site output - uses: withastro/action@v2 + uses: withastro/action@v5 with: path: ./docs # The root location of your Astro project inside the repository. (optional) package-manager: pnpm@9.4.0 # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)