From dacc91121f5f86bd848ae897eb5013f64995521b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 18:39:38 +0000 Subject: [PATCH] chore(deps): update withastro/action action to v5 --- .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 230a6cf..10768e0 100644 --- a/.github/workflows/Deploy.yml +++ b/.github/workflows/Deploy.yml @@ -32,7 +32,7 @@ jobs: GITHUB_WORKSPACE: ${{ github.workspace }} - name: Install, build, and upload your site - uses: withastro/action@v3 + uses: withastro/action@v5 # 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)