From 42fa3719a2c29fa801bf5248b209fe832d025abf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 18:46:06 +0000 Subject: [PATCH] Bump withastro/action from 5.1.0 to 5.2.0 Bumps [withastro/action](https://github.com/withastro/action) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/withastro/action/releases) - [Commits](https://github.com/withastro/action/compare/fc88a7002f0c62327f26fb1b15f2a1d581249278...15aa0a5a1e067940253e3b259413ab2ae882a740) --- updated-dependencies: - dependency-name: withastro/action dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index 7b5f6d3..9820f1f 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -30,7 +30,7 @@ jobs: - name: Checkout your repository using git uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Install, build, and upload your site output - uses: withastro/action@fc88a7002f0c62327f26fb1b15f2a1d581249278 # v5.1.0 + uses: withastro/action@15aa0a5a1e067940253e3b259413ab2ae882a740 # v5.2.0 with: path: docs # The root location of your Astro project inside the repository. (optional) node-version: 24 # The specific version of Node that should be used to build your site. Defaults to 22. (optional)