From 23ccebf8677bc6cdcc32841e6af35bd91bd05937 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 06:16:53 +0000 Subject: [PATCH] Bump withastro/action from 0.2.0 to 0.3.0 Bumps [withastro/action](https://github.com/withastro/action) from 0.2.0 to 0.3.0. - [Release notes](https://github.com/withastro/action/releases) - [Commits](https://github.com/withastro/action/compare/dc081df9eacdb11181ea51e5d05853faa5aee891...e3193ac80e18917ceaeb9f2d47019ad3b2c0416a) --- updated-dependencies: - dependency-name: withastro/action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/site-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/site-deploy.yaml b/.github/workflows/site-deploy.yaml index b765605..509c011 100644 --- a/.github/workflows/site-deploy.yaml +++ b/.github/workflows/site-deploy.yaml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 - name: "Install, build, and upload your site" - uses: withastro/action@dc081df9eacdb11181ea51e5d05853faa5aee891 # v0.2.0 + uses: withastro/action@e3193ac80e18917ceaeb9f2d47019ad3b2c0416a # v0.3.0 deploy: if: ${{ github.ref == 'refs/heads/main' }}