From 107b19374da5a01021662411243cb854e74cb2ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 06:02:21 +0000 Subject: [PATCH] build(deps): bump fizyk/actions-reuse/.github/workflows/shared-automerge.yml Bumps [fizyk/actions-reuse/.github/workflows/shared-automerge.yml](https://github.com/fizyk/actions-reuse) from 4.4.5 to 4.4.7. - [Changelog](https://github.com/fizyk/actions-reuse/blob/main/Changelog.rst) - [Commits](https://github.com/fizyk/actions-reuse/compare/v4.4.5...v4.4.7) --- updated-dependencies: - dependency-name: fizyk/actions-reuse/.github/workflows/shared-automerge.yml dependency-version: 4.4.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/automerge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 0068cbb0..901e454e 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -13,7 +13,7 @@ on: jobs: automerge: - uses: fizyk/actions-reuse/.github/workflows/shared-automerge.yml@v4.4.5 + uses: fizyk/actions-reuse/.github/workflows/shared-automerge.yml@v4.4.7 secrets: app_id: ${{ secrets.MERGE_APP_ID }} private_key: ${{ secrets.MERGE_APP_PRIVATE_KEY }}