From 4a23acdb1eb22b2540cc47c818fb43eaa017b75e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 01:06:14 +0000 Subject: [PATCH] ci(deps): bump aormsby/Fork-Sync-With-Upstream-action Bumps the all-actions group with 1 update: [aormsby/Fork-Sync-With-Upstream-action](https://github.com/aormsby/fork-sync-with-upstream-action). Updates `aormsby/Fork-Sync-With-Upstream-action` from 3.4.1 to 3.4.2 - [Release notes](https://github.com/aormsby/fork-sync-with-upstream-action/releases) - [Commits](https://github.com/aormsby/fork-sync-with-upstream-action/compare/v3.4.1...v3.4.2) --- updated-dependencies: - dependency-name: aormsby/Fork-Sync-With-Upstream-action dependency-version: 3.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 .github/workflows/sync.yml diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml old mode 100755 new mode 100644 index 527c00878..aa2872466 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -52,7 +52,7 @@ jobs: - name: Sync Upstream Changes id: sync - uses: aormsby/Fork-Sync-With-Upstream-action@v3.4.1 + uses: aormsby/Fork-Sync-With-Upstream-action@v3.4.2 with: upstream_sync_repo: ${{ env.UPSTREAM_REPO }} upstream_sync_branch: ${{ env.UPSTREAM_BRANCH }}