From ce20c4e7ea63824e103b5826bdecbfbc8bf3f49a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 17:17:47 +0000 Subject: [PATCH] Bump withastro/action from 4.2.0 to 5.0.0 Bumps [withastro/action](https://github.com/withastro/action) from 4.2.0 to 5.0.0. - [Release notes](https://github.com/withastro/action/releases) - [Commits](https://github.com/withastro/action/compare/32474c4384d86fc69c1739a9cddc665769fb88b5...2226b5671ff302b175d9843add614af27e60bbfc) --- updated-dependencies: - dependency-name: withastro/action dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9e181a9..35db387 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: persist-credentials: false - name: Install, build, and upload your site - uses: withastro/action@32474c4384d86fc69c1739a9cddc665769fb88b5 # v4.2.0 + uses: withastro/action@2226b5671ff302b175d9843add614af27e60bbfc # v5.0.0 deploy: needs: build