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.'