From 29dc3412b9fe0bbfca2f2ba81d987305a560c9bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 23:23:21 +0000 Subject: [PATCH] Bump github/branch-deploy from 9.0.0 to 9.1.0 Bumps [github/branch-deploy](https://github.com/github/branch-deploy) from 9.0.0 to 9.1.0. - [Release notes](https://github.com/github/branch-deploy/releases) - [Commits](https://github.com/github/branch-deploy/compare/v9.0.0...v9.1.0) --- updated-dependencies: - dependency-name: github/branch-deploy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-branch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-branch.yml b/.github/workflows/deploy-branch.yml index 0ba1439..0c44f68 100644 --- a/.github/workflows/deploy-branch.yml +++ b/.github/workflows/deploy-branch.yml @@ -14,7 +14,7 @@ jobs: continue: ${{ steps.branch-deploy.outputs.continue }} noop: ${{steps.branch-deploy.outputs.noop }} steps: - - uses: github/branch-deploy@v9.0.0 + - uses: github/branch-deploy@v9.1.0 id: branch-deploy with: trigger: ".deploy"