From e7edc8fb03e92fdc1858b83b2259e4da4113c4a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 21:57:21 +0000 Subject: [PATCH] Bump github/branch-deploy from 5.2.0 to 5.2.2 Bumps [github/branch-deploy](https://github.com/github/branch-deploy) from 5.2.0 to 5.2.2. - [Release notes](https://github.com/github/branch-deploy/releases) - [Commits](https://github.com/github/branch-deploy/compare/v5.2.0...v5.2.2) --- updated-dependencies: - dependency-name: github/branch-deploy dependency-type: direct:production update-type: version-update:semver-patch ... 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..dc196a4 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@v5.2.2 id: branch-deploy with: trigger: ".deploy"