From afaa2fd66d97920453cb2dfc874e67094c38f586 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 11:04:32 +0000 Subject: [PATCH] chore(deps): bump beam-community/actions-sync from 1 to 1.14.0 Bumps [beam-community/actions-sync](https://github.com/beam-community/actions-sync) from 1 to 1.14.0. - [Release notes](https://github.com/beam-community/actions-sync/releases) - [Changelog](https://github.com/beam-community/actions-sync/blob/main/CHANGELOG.md) - [Commits](https://github.com/beam-community/actions-sync/compare/v1...v1.14.0) --- updated-dependencies: - dependency-name: beam-community/actions-sync dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/common-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/common-config.yaml b/.github/workflows/common-config.yaml index 471dee52..42ef725a 100644 --- a/.github/workflows/common-config.yaml +++ b/.github/workflows/common-config.yaml @@ -42,7 +42,7 @@ jobs: otp-version: "27.0" - name: Sync - uses: beam-community/actions-sync@v1 + uses: beam-community/actions-sync@v1.14.0 with: commit-message: "chore: sync files with beam-community/common-config" pr-enabled: true