From 964142f499773129ae8ee400ddbdeacaf8da622a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 13:48:47 +0000 Subject: [PATCH] build(deps): bump withastro/action from 4.0.0 to 4.1.0 Bumps [withastro/action](https://github.com/withastro/action) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/withastro/action/releases) - [Commits](https://github.com/withastro/action/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: withastro/action dependency-version: 4.1.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..716b342 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.1.0 with: node-version: 24.5.0 package-manager: pnpm@latest