From 905bec1065513664deb5691a99bdec69f8725a53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 03:14:39 +0000 Subject: [PATCH] build(deps): bump withastro/action from 3 to 6 Bumps [withastro/action](https://github.com/withastro/action) from 3 to 6. - [Release notes](https://github.com/withastro/action/releases) - [Commits](https://github.com/withastro/action/compare/v3...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/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 068d8e8..599e3ba 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@v4 - name: Install, build, and upload your site - uses: withastro/action@v3 + uses: withastro/action@v6 # with: # path: . # The root location of your Astro project inside the repository. (optional) # node-version: 20 # The specific version of Node that should be used to build your site. Defaults to 20. (optional)