From 6564fd623db4e6def79e9b8a3a1f616dc7456beb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 12:52:24 +0000 Subject: [PATCH] chore(deps): Bump withastro/action from 6.1.1 to 6.1.2 Bumps [withastro/action](https://github.com/withastro/action) from 6.1.1 to 6.1.2. - [Release notes](https://github.com/withastro/action/releases) - [Commits](https://github.com/withastro/action/compare/b7d53628f8b666036b0238aadb0b984a2a489f26...e84f40bd8d2caa9e768ec82ad30dd81f0b280853) --- updated-dependencies: - dependency-name: withastro/action dependency-version: 6.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 a5dc633..7f1f365 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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Install, build, and upload your site - uses: withastro/action@b7d53628f8b666036b0238aadb0b984a2a489f26 # v6 + uses: withastro/action@e84f40bd8d2caa9e768ec82ad30dd81f0b280853 # v6 # with: # path: . # The root location of your Astro project inside the repository. (optional) # node-version: 24 # The specific version of Node that should be used to build your site. Defaults to 22. (optional)