From 5a44718dc63d28bf74418c543338cd0312300230 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 11:04:33 +0000 Subject: [PATCH] chore(deps): bump beam-community/actions-sync from 1.14.0 to 1.14.1 Bumps [beam-community/actions-sync](https://github.com/beam-community/actions-sync) from 1.14.0 to 1.14.1. - [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.14.0...v1.14.1) --- updated-dependencies: - dependency-name: beam-community/actions-sync dependency-version: 1.14.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 42ef725a..209e0df6 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.14.0 + uses: beam-community/actions-sync@v1.14.1 with: commit-message: "chore: sync files with beam-community/common-config" pr-enabled: true