From d7bec5242fe5a415a204b338d766e3a76660abed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 01:57:22 +0000 Subject: [PATCH] chore: bump dequelabs/action-sync-branches in the gha-low-risk group Bumps the gha-low-risk group with 1 update: [dequelabs/action-sync-branches](https://github.com/dequelabs/action-sync-branches). Updates `dequelabs/action-sync-branches` from 1.0.1 to 1.0.2 - [Changelog](https://github.com/dequelabs/action-sync-branches/blob/v1.0.2/CHANGELOG.md) - [Commits](https://github.com/dequelabs/action-sync-branches/compare/v1.0.1...v1.0.2) --- updated-dependencies: - dependency-name: dequelabs/action-sync-branches dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gha-low-risk ... Signed-off-by: dependabot[bot] --- .github/workflows/sync-master-develop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-master-develop.yml b/.github/workflows/sync-master-develop.yml index c4364889..dd786a00 100644 --- a/.github/workflows/sync-master-develop.yml +++ b/.github/workflows/sync-master-develop.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 1 steps: - - uses: dequelabs/action-sync-branches@v1.0.1 + - uses: dequelabs/action-sync-branches@v1.0.2 with: github-token: ${{ secrets.PAT }} pr-title: "chore: merge master into develop"