From cfb36196348f9913d059fdacd19cd8eeeaa3988c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 23:09:10 +0000 Subject: [PATCH] Bump Ilyes512/github-actions/.github/workflows/merge-php.yml Bumps [Ilyes512/github-actions/.github/workflows/merge-php.yml](https://github.com/ilyes512/github-actions) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/ilyes512/github-actions/releases) - [Commits](https://github.com/ilyes512/github-actions/compare/1.0.4...1.0.5) --- updated-dependencies: - dependency-name: Ilyes512/github-actions/.github/workflows/merge-php.yml dependency-version: 1.0.5 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 089eb4e..e560a8f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,7 +36,7 @@ jobs: dockerfile: ${{ matrix.docker.dockerfile }} merge: - uses: Ilyes512/github-actions/.github/workflows/merge-php.yml@1.0.4 + uses: Ilyes512/github-actions/.github/workflows/merge-php.yml@1.0.5 needs: build strategy: matrix: diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index d897135..73eca5a 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -35,7 +35,7 @@ jobs: dockerfile: ${{ matrix.docker.dockerfile }} merge: - uses: Ilyes512/github-actions/.github/workflows/merge-php.yml@1.0.4 + uses: Ilyes512/github-actions/.github/workflows/merge-php.yml@1.0.5 needs: build strategy: matrix: diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index 3bf0a81..5571843 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -36,7 +36,7 @@ jobs: dockerfile: ${{ matrix.docker.dockerfile }} merge: - uses: Ilyes512/github-actions/.github/workflows/merge-php.yml@1.0.4 + uses: Ilyes512/github-actions/.github/workflows/merge-php.yml@1.0.5 needs: build strategy: matrix: