From b90aad840e9b9c65e4e8e4863bb27f18c1436686 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 15:00:27 +0000 Subject: [PATCH] Bump the specsnl-github-actions group with 2 updates Bumps the specsnl-github-actions group with 2 updates: [specsnl/github-actions/.github/workflows/build-php.yml](https://github.com/specsnl/github-actions) and [specsnl/github-actions/.github/workflows/merge-php.yml](https://github.com/specsnl/github-actions). Updates `specsnl/github-actions/.github/workflows/build-php.yml` 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) Updates `specsnl/github-actions/.github/workflows/merge-php.yml` 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/build-php.yml dependency-version: 1.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: specsnl-github-actions - 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 dependency-group: specsnl-github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 4 ++-- .github/workflows/pr.yml | 4 ++-- .github/workflows/tag.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 173a181..8ef2332 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ concurrency: jobs: build: - uses: specsnl/github-actions/.github/workflows/build-php.yml@1.2.1 + uses: specsnl/github-actions/.github/workflows/build-php.yml@1.2.3 strategy: fail-fast: false matrix: @@ -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..5393293 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -14,7 +14,7 @@ concurrency: jobs: build: - uses: specsnl/github-actions/.github/workflows/build-php.yml@1.2.1 + uses: specsnl/github-actions/.github/workflows/build-php.yml@1.2.3 strategy: fail-fast: false matrix: @@ -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..fb5b210 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -15,7 +15,7 @@ concurrency: jobs: build: - uses: specsnl/github-actions/.github/workflows/build-php.yml@1.2.1 + uses: specsnl/github-actions/.github/workflows/build-php.yml@1.2.3 strategy: fail-fast: false matrix: @@ -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: