From b4baa6ecb1b72c102fa806d87f8f8dc549a87d9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 19:06:13 +0000 Subject: [PATCH] build(deps): bump withastro/action from 4.0.0 to 4.2.0 Bumps [withastro/action](https://github.com/withastro/action) from 4.0.0 to 4.2.0. - [Release notes](https://github.com/withastro/action/releases) - [Commits](https://github.com/withastro/action/compare/v4.0.0...v4.2.0) --- updated-dependencies: - dependency-name: withastro/action dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 e0d460f..3d6f863 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,7 @@ jobs: - name: Checkout your repository using git uses: actions/checkout@v5.0.0 - name: Install, build, and upload your site output - uses: withastro/action@v4.0.0 + uses: withastro/action@v4.2.0 with: node-version: 24.5.0 package-manager: pnpm@latest