From 44d6b603e88cc7d9d6137a53280edb159c1d2f65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 20:45:36 +0000 Subject: [PATCH] Bump specsnl/github-actions/.github/workflows/merge-php.yml Bumps [specsnl/github-actions/.github/workflows/merge-php.yml](https://github.com/specsnl/github-actions) from 1.1.1 to 1.2.1. - [Release notes](https://github.com/specsnl/github-actions/releases) - [Commits](https://github.com/specsnl/github-actions/compare/1.1.1...1.2.1) --- updated-dependencies: - dependency-name: specsnl/github-actions/.github/workflows/merge-php.yml dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- .github/workflows/pr.yml | 2 +- .github/workflows/tag.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 18557b3..33f7071 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -38,7 +38,7 @@ jobs: dockerfile: ${{ matrix.docker.dockerfile }} merge: - uses: specsnl/github-actions/.github/workflows/merge-php.yml@1.1.1 + uses: specsnl/github-actions/.github/workflows/merge-php.yml@1.2.1 needs: build strategy: matrix: diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 2f6b1df..e2403c2 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -37,7 +37,7 @@ jobs: dockerfile: ${{ matrix.docker.dockerfile }} merge: - uses: specsnl/github-actions/.github/workflows/merge-php.yml@1.1.1 + uses: specsnl/github-actions/.github/workflows/merge-php.yml@1.2.1 needs: build strategy: matrix: diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index 3c2ce0b..f779641 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -38,7 +38,7 @@ jobs: dockerfile: ${{ matrix.docker.dockerfile }} merge: - uses: specsnl/github-actions/.github/workflows/merge-php.yml@1.1.1 + uses: specsnl/github-actions/.github/workflows/merge-php.yml@1.2.1 needs: build strategy: matrix: