From 85edb75f3c661d4ec0e1b0bc56b8318d8469efaf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 04:28:42 +0000 Subject: [PATCH] Update withastro/action action to v6 --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 1305d2b..03897a8 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -21,7 +21,7 @@ jobs: - name: Checkout your repository using git uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Install, build, and upload your site output - uses: withastro/action@15aa0a5a1e067940253e3b259413ab2ae882a740 # v5.2.0 + uses: withastro/action@b7d53628f8b666036b0238aadb0b984a2a489f26 # v6.1.1 with: path: ./ # The root location of your Astro project inside the repository. (optional) node-version: 23 # The specific version of Node that should be used to build your site. Defaults to 18. (optional)