From 8a3b2560098d3698ce259f7b435855015f1111b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 09:29:42 +0000 Subject: [PATCH] chore(deps): bump withastro/action from 5 to 6.1.0 Bumps [withastro/action](https://github.com/withastro/action) from 5 to 6.1.0. - [Release notes](https://github.com/withastro/action/releases) - [Commits](https://github.com/withastro/action/compare/v5...v6.1.0) --- updated-dependencies: - dependency-name: withastro/action dependency-version: 6.1.0 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 7cb673f..5b63a86 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,7 +29,7 @@ jobs: fetch-depth: 0 - name: Install, build, and upload the website - uses: withastro/action@v5 + uses: withastro/action@v6.1.0 deploy: needs: build