From 074ba6a7b253a75db12af489dddd13beee8d2fd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 18:55:13 +0000 Subject: [PATCH] chore(deps): bump NexusPHP/no-merge-commits from 2.3.0 to 2.4.0 Bumps [NexusPHP/no-merge-commits](https://github.com/nexusphp/no-merge-commits) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/nexusphp/no-merge-commits/releases) - [Changelog](https://github.com/NexusPHP/no-merge-commits/blob/2.x/CHANGELOG.md) - [Commits](https://github.com/nexusphp/no-merge-commits/compare/v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: NexusPHP/no-merge-commits dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/no-merge-commits.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/no-merge-commits.yml b/.github/workflows/no-merge-commits.yml index 9dde8e916..7d7e846f7 100644 --- a/.github/workflows/no-merge-commits.yml +++ b/.github/workflows/no-merge-commits.yml @@ -19,6 +19,6 @@ jobs: uses: actions/checkout@v6 - name: Run test - uses: NexusPHP/no-merge-commits@v2.3.0 + uses: NexusPHP/no-merge-commits@v2.4.0 with: token: ${{ secrets.GITHUB_TOKEN }}