From dfd0daacc191608e4efe3d0a333be239c7b73381 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 17:06:19 +0000 Subject: [PATCH] build(deps): bump withastro/action from 0 to 1 Bumps [withastro/action](https://github.com/withastro/action) from 0 to 1. - [Release notes](https://github.com/withastro/action/releases) - [Commits](https://github.com/withastro/action/compare/v0...v1) --- 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 820c16b..10b6b54 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -83,7 +83,7 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} steps: - uses: actions/checkout@v4 - - uses: withastro/action@v0 + - uses: withastro/action@v1 with: path: ./web - id: deployment