From a993be7e528912cde6c365f63620a18d3017fe0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 15:13:01 +0000 Subject: [PATCH] chore(deps): bump NexusPHP/no-merge-commits from 2.2.1 to 2.3.0 Bumps [NexusPHP/no-merge-commits](https://github.com/nexusphp/no-merge-commits) from 2.2.1 to 2.3.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.2.1...v2.3.0) --- updated-dependencies: - dependency-name: NexusPHP/no-merge-commits dependency-version: 2.3.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 c3b843495..9dde8e916 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.2.1 + uses: NexusPHP/no-merge-commits@v2.3.0 with: token: ${{ secrets.GITHUB_TOKEN }}