From acbc0705809c1b50deccaf6775b2497caafc7893 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 02:39:58 +0000 Subject: [PATCH] fix(deps): bump aormsby/Fork-Sync-With-Upstream-action from 3.2 to 3.3 Bumps [aormsby/Fork-Sync-With-Upstream-action](https://github.com/aormsby/Fork-Sync-With-Upstream-action) from 3.2 to 3.3. - [Release notes](https://github.com/aormsby/Fork-Sync-With-Upstream-action/releases) - [Commits](https://github.com/aormsby/Fork-Sync-With-Upstream-action/compare/v3.2...v3.3) --- updated-dependencies: - dependency-name: aormsby/Fork-Sync-With-Upstream-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 3a3f7064a..f05237579 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -15,7 +15,7 @@ jobs: fetch-depth: 0 - name: Sync upstream changes - uses: aormsby/Fork-Sync-With-Upstream-action@v3.2 + uses: aormsby/Fork-Sync-With-Upstream-action@v3.3 with: target_sync_branch: master target_repo_token: ${{ secrets.GITHUB_TOKEN }}