From 9156e3c9e5c7eb27c91999a0cda0bef16e6ad0a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 10:52:12 +0000 Subject: [PATCH] Bump alcaeus/automatic-merge-up-action from 1.0.0 to 1.0.1 Bumps [alcaeus/automatic-merge-up-action](https://github.com/alcaeus/automatic-merge-up-action) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/alcaeus/automatic-merge-up-action/releases) - [Commits](https://github.com/alcaeus/automatic-merge-up-action/compare/1.0.0...1.0.1) --- updated-dependencies: - dependency-name: alcaeus/automatic-merge-up-action dependency-version: 1.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/merge-up.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge-up.yml b/.github/workflows/merge-up.yml index aee665ea2..ce146fed8 100644 --- a/.github/workflows/merge-up.yml +++ b/.github/workflows/merge-up.yml @@ -24,7 +24,7 @@ jobs: - name: Create pull request id: create-pull-request - uses: alcaeus/automatic-merge-up-action@1.0.0 + uses: alcaeus/automatic-merge-up-action@1.0.1 with: ref: ${{ github.ref_name }} branchNamePattern: 'v.' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bb383b0e5..5cc7c9326 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -108,7 +108,7 @@ jobs: - name: "Determine branch to merge up to" id: get-next-branch - uses: alcaeus/automatic-merge-up-action/get-next-branch@1.0.0 + uses: alcaeus/automatic-merge-up-action/get-next-branch@1.0.1 with: ref: ${{ github.ref_name }} branchNamePattern: 'v.'