From a124481058093a9429bdc27a0f1e0ffeb930789f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 16:42:24 +0000 Subject: [PATCH] chore(deps): bump withastro/action from 6 to 6.1.1 Bumps [withastro/action](https://github.com/withastro/action) from 6 to 6.1.1. - [Release notes](https://github.com/withastro/action/releases) - [Commits](https://github.com/withastro/action/compare/v6...v6.1.1) --- updated-dependencies: - dependency-name: withastro/action dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 279ba7c..add16d6 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v7 - name: Install, build, and upload your site - uses: withastro/action@v6 + uses: withastro/action@v6.1.1 with: path: docs node-version: 24