From 578c509050a2f0b114414d858e3090ec84275033 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 02:03:40 +0000 Subject: [PATCH] chore(deps): update withastro/action action to v6 --- .github/workflows/publish-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index 6a6f52b..7118d14 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -31,7 +31,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Install, build, and upload site - uses: withastro/action@v3 + uses: withastro/action@v6 with: path: ${{ env.BUILD_PATH }} node-version: 20 # The specific version of Node that should be used to build your site. Defaults to 20. (optional)