From 89b549b81c92f7c4b448f69b71f02bb084642d59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 18:22:40 +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 2.1.0 to 2.2.0 - [Release notes](https://github.com/specsnl/github-actions/releases) - [Commits](https://github.com/specsnl/github-actions/compare/2.1.0...2.2.0) Updates `specsnl/github-actions/.github/workflows/merge-php.yml` from 2.1.0 to 2.2.0 - [Release notes](https://github.com/specsnl/github-actions/releases) - [Commits](https://github.com/specsnl/github-actions/compare/2.1.0...2.2.0) --- updated-dependencies: - dependency-name: specsnl/github-actions/.github/workflows/build-php.yml dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: specsnl-github-actions - dependency-name: specsnl/github-actions/.github/workflows/merge-php.yml dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor 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 a26a9a8..e46ff5a 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@2.1.0 + uses: specsnl/github-actions/.github/workflows/build-php.yml@2.2.0 strategy: fail-fast: false matrix: @@ -36,7 +36,7 @@ jobs: dockerfile: ${{ matrix.docker.dockerfile }} merge: - uses: specsnl/github-actions/.github/workflows/merge-php.yml@2.1.0 + uses: specsnl/github-actions/.github/workflows/merge-php.yml@2.2.0 needs: build strategy: matrix: diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index a80b116..fd6e62a 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -34,7 +34,7 @@ jobs: build: needs: check - uses: specsnl/github-actions/.github/workflows/build-php.yml@2.1.0 + uses: specsnl/github-actions/.github/workflows/build-php.yml@2.2.0 strategy: fail-fast: false matrix: @@ -55,7 +55,7 @@ jobs: dockerfile: ${{ matrix.docker.dockerfile }} merge: - uses: specsnl/github-actions/.github/workflows/merge-php.yml@2.1.0 + uses: specsnl/github-actions/.github/workflows/merge-php.yml@2.2.0 needs: build strategy: matrix: diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index 78171a5..a526d02 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@2.1.0 + uses: specsnl/github-actions/.github/workflows/build-php.yml@2.2.0 strategy: fail-fast: false matrix: @@ -36,7 +36,7 @@ jobs: dockerfile: ${{ matrix.docker.dockerfile }} merge: - uses: specsnl/github-actions/.github/workflows/merge-php.yml@2.1.0 + uses: specsnl/github-actions/.github/workflows/merge-php.yml@2.2.0 needs: build strategy: matrix: