From e51f8d5f5bf53ddd64a77eef8eb87c24d502da46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jan 2023 16:19:25 +0000 Subject: [PATCH] github-actions: bump tretuna/sync-branches from 1.2.0 to 1.4.0 Bumps [tretuna/sync-branches](https://github.com/tretuna/sync-branches) from 1.2.0 to 1.4.0. - [Release notes](https://github.com/tretuna/sync-branches/releases) - [Commits](https://github.com/tretuna/sync-branches/compare/1.2.0...1.4.0) --- updated-dependencies: - dependency-name: tretuna/sync-branches dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index be6228368f..d42457a993 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -18,7 +18,7 @@ jobs: node-version: 12 - name: Opening pull request id: pull - uses: tretuna/sync-branches@1.2.0 + uses: tretuna/sync-branches@1.4.0 with: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} FROM_BRANCH: "master"