From 8771e54173a00ba0eab7e0d0684f38f1097a9ff3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 06:36:58 +0000 Subject: [PATCH] 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/pages-build-deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages-build-deployment.yml b/.github/workflows/pages-build-deployment.yml index 5bcd839..e40778c 100644 --- a/.github/workflows/pages-build-deployment.yml +++ b/.github/workflows/pages-build-deployment.yml @@ -21,7 +21,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: . node-version: 18 # The specific version of Node that should be used to build your site. Defaults to 18. (optional)