From 56503d29937281fd3b0c8b4323f2e547da016769 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 14:04:28 +0000 Subject: [PATCH] Bump the all-github-actions-dependencies group with 2 updates Bumps the all-github-actions-dependencies group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [pascalgn/automerge-action](https://github.com/pascalgn/automerge-action). Updates `actions/checkout` from 2 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v6) Updates `pascalgn/automerge-action` from 0.14.3 to 0.16.4 - [Release notes](https://github.com/pascalgn/automerge-action/releases) - [Commits](https://github.com/pascalgn/automerge-action/compare/v0.14.3...v0.16.4) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions-dependencies - dependency-name: pascalgn/automerge-action dependency-version: 0.16.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-github-actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/automerge.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 7be6a2d..da6b323 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v6 with: ref: ${{github.event.pull_request.head.ref}} repository: ${{github.event.pull_request.head.repo.full_name}} @@ -30,7 +30,7 @@ jobs: - name: Checking that workflow file did not change run: git diff HEAD HEAD~1 --exit-code .github/workflows/automerge.yml - name: automerge - uses: "pascalgn/automerge-action@v0.14.3" + uses: "pascalgn/automerge-action@v0.16.4" env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" MERGE_LABELS: ""