From 411eb28e9f6ca3a596e0a47fcaf3575352995c78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 20:22:10 +0000 Subject: [PATCH] Bump withastro/action from 2 to 4 Bumps [withastro/action](https://github.com/withastro/action) from 2 to 4. - [Release notes](https://github.com/withastro/action/releases) - [Commits](https://github.com/withastro/action/compare/v2...v4) --- updated-dependencies: - dependency-name: withastro/action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 1d98cd3..df9c881 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -41,7 +41,7 @@ jobs: working-directory: docs - name: 📦 Build Site - uses: withastro/action@v2 + uses: withastro/action@v4 with: path: docs node-version: 22