From aaa74f7b1dfc9d7c6dd0b93b1dccd23c8a5b19ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 04:07:45 +0000 Subject: [PATCH] Bump fizyk/actions-reuse from 2.4.0 to 2.4.2 Bumps [fizyk/actions-reuse](https://github.com/fizyk/actions-reuse) from 2.4.0 to 2.4.2. - [Changelog](https://github.com/fizyk/actions-reuse/blob/main/Changelog.rst) - [Commits](https://github.com/fizyk/actions-reuse/compare/v2.4.0...v2.4.2) --- updated-dependencies: - dependency-name: fizyk/actions-reuse 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 f631b2d..bc6bb46 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -12,7 +12,7 @@ on: jobs: automerge: - uses: fizyk/actions-reuse/.github/workflows/automerge-shared.yml@v2.4.0 + uses: fizyk/actions-reuse/.github/workflows/automerge-shared.yml@v2.4.2 secrets: app_id: ${{ secrets.MERGE_APP_ID }} private_key: ${{ secrets.MERGE_APP_PRIVATE_KEY }}