From 2619e29d4a97835f0d4d0ee54fe3838041c50cd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 03:49:18 +0000 Subject: [PATCH] [github-actions]: Bump withastro/action from 2 to 3 Bumps [withastro/action](https://github.com/withastro/action) from 2 to 3. - [Release notes](https://github.com/withastro/action/releases) - [Commits](https://github.com/withastro/action/compare/v2...v3) --- updated-dependencies: - dependency-name: withastro/action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index fee1d7206..8aff80e02 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v4 - name: Install, build, and upload your site - uses: withastro/action@v2 + uses: withastro/action@v3 with: path: docs