From 413704198b8bd6b6035959f5fd1bd4415d67babf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 23:51:37 +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.2.1 to 1.2.3. - [Release notes](https://github.com/specsnl/github-actions/releases) - [Commits](https://github.com/specsnl/github-actions/compare/1.2.1...1.2.3) --- updated-dependencies: - dependency-name: specsnl/github-actions/.github/workflows/merge-php.yml dependency-version: 1.2.3 dependency-type: direct:production update-type: version-update:semver-patch ... 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 173a181..6c40cf4 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.2.1 + uses: specsnl/github-actions/.github/workflows/merge-php.yml@1.2.3 needs: build strategy: matrix: diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index cabd185..bc36987 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.2.1 + uses: specsnl/github-actions/.github/workflows/merge-php.yml@1.2.3 needs: build strategy: matrix: diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index d1240f8..ca3f7dc 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.2.1 + uses: specsnl/github-actions/.github/workflows/merge-php.yml@1.2.3 needs: build strategy: matrix: