From 12ac40cd5814de65cd4f6af63a6a97b4096d03ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 23:29:48 +0200 Subject: [PATCH] Bump withastro/action from 2 to 3 (#119) --- .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 87f609ab..d26e7270 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,7 +17,7 @@ jobs: - name: Checkout your repository using git uses: actions/checkout@v4 - name: Install, build, and upload your site - uses: withastro/action@v2 + uses: withastro/action@v3 with: path: docs node-version: 20