From 40256bf7e60e1f16cbf0a70049974e8ec1a4b4c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 14:40:27 +0000 Subject: [PATCH] chore(deps): bump NexusPHP/no-merge-commits from 2.0.0 to 2.1.0 Bumps [NexusPHP/no-merge-commits](https://github.com/nexusphp/no-merge-commits) from 2.0.0 to 2.1.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.0.0...v2.1.0) --- updated-dependencies: - dependency-name: NexusPHP/no-merge-commits 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 6ce03b88c..4a63e55e9 100644 --- a/.github/workflows/no-merge-commits.yml +++ b/.github/workflows/no-merge-commits.yml @@ -19,6 +19,6 @@ jobs: uses: actions/checkout@v4 - name: Run test - uses: NexusPHP/no-merge-commits@v2.0.0 + uses: NexusPHP/no-merge-commits@v2.1.0 with: token: ${{ secrets.GITHUB_TOKEN }}