From 22598f6e2ece1dfab5e48e7b26b3f90a23fe567b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 18:41:55 +0000 Subject: [PATCH] Bump github/branch-deploy from 9.9.0 to 9.9.1 Bumps [github/branch-deploy](https://github.com/github/branch-deploy) from 9.9.0 to 9.9.1. - [Release notes](https://github.com/github/branch-deploy/releases) - [Commits](https://github.com/github/branch-deploy/compare/v9.9.0...v9.9.1) --- updated-dependencies: - dependency-name: github/branch-deploy dependency-type: direct:production update-type: version-update:semver-patch ... 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 e9d75f6..987902d 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.9.0 + - uses: github/branch-deploy@v9.9.1 id: branch-deploy with: trigger: ".deploy"