From 2cf88121af5212864c03f2d5a9931a0b56bf1a06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 12:28:31 +0000 Subject: [PATCH] chore(deps): 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/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6002049..6b1d878 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -140,7 +140,7 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} steps: - uses: actions/checkout@v4 - - uses: withastro/action@v2 + - uses: withastro/action@v3 with: path: ./web - id: deployment