From 5ad06db9fe89531016e5ab9c206d9ea14b418ff4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 10:32:58 +0000 Subject: [PATCH] chore(deps): bump withastro/action from 2 to 5 Bumps [withastro/action](https://github.com/withastro/action) from 2 to 5. - [Release notes](https://github.com/withastro/action/releases) - [Commits](https://github.com/withastro/action/compare/v2...v5) --- updated-dependencies: - dependency-name: withastro/action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)