From 1c33b74b1f2181f340066670e0002574afcc5782 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 19:06:46 +0000 Subject: [PATCH] build(deps): bump withastro/action from 5 to 6 Bumps [withastro/action](https://github.com/withastro/action) from 5 to 6. - [Release notes](https://github.com/withastro/action/releases) - [Commits](https://github.com/withastro/action/compare/v5...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/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index a8dcd947..0ae38bfe 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -19,7 +19,7 @@ jobs: - name: Checkout your repository using git uses: actions/checkout@v6 - name: Install, build, and upload your site - uses: withastro/action@v5 + uses: withastro/action@v6 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)