From cb8963936b964c5b06eaf2de9313e6c682255dc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 09:23:47 +0000 Subject: [PATCH] build(deps): bump withastro/action from 4 to 5 Bumps [withastro/action](https://github.com/withastro/action) from 4 to 5. - [Release notes](https://github.com/withastro/action/releases) - [Commits](https://github.com/withastro/action/compare/v4...v5) --- updated-dependencies: - dependency-name: withastro/action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9b042243..18897d7e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,7 +17,7 @@ jobs: - name: Checkout your repository using git uses: actions/checkout@v5 - name: Install, build, and upload your site - uses: withastro/action@v4 + uses: withastro/action@v5 with: path: docs node-version: 22