From be98f9f6412b78cfa166c326f3003c2e21b45114 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 09:26:14 +0000 Subject: [PATCH] chore(deps): bump withastro/action from 3 to 6 Bumps [withastro/action](https://github.com/withastro/action) from 3 to 6. - [Release notes](https://github.com/withastro/action/releases) - [Commits](https://github.com/withastro/action/compare/v3...v6) --- updated-dependencies: - dependency-name: withastro/action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 544d683..07ab02b 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -52,7 +52,7 @@ jobs: echo "✅ Documentation transformed from ./docs/ to ./pages/src/content/docs/" - name: Build and upload with Astro action - uses: withastro/action@v3 + uses: withastro/action@v6 with: path: ./pages package-manager: bun@latest