From 1dcb97a2fd1c917dd658fe0a0ec939615f36dba5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 21:57:15 +0000 Subject: [PATCH] Bump github/branch-deploy from 5.2.0 to 6.0.0 Bumps [github/branch-deploy](https://github.com/github/branch-deploy) from 5.2.0 to 6.0.0. - [Release notes](https://github.com/github/branch-deploy/releases) - [Commits](https://github.com/github/branch-deploy/compare/v5.2.0...v6.0.0) --- updated-dependencies: - dependency-name: github/branch-deploy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/branch-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/branch-deploy.yml b/.github/workflows/branch-deploy.yml index 53cf1f9..fb8afc9 100644 --- a/.github/workflows/branch-deploy.yml +++ b/.github/workflows/branch-deploy.yml @@ -44,7 +44,7 @@ jobs: steps: # execute the branch-deploy action - - uses: github/branch-deploy@v5.2.0 + - uses: github/branch-deploy@v6.0.0 id: branch-deploy with: trigger: ".deploy"