From 72620c1cf69ce8b6077e038f26981153cafd41c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 23:32:58 +0000 Subject: [PATCH] Bump Ilyes512/github-actions from 1.0.4 to 1.0.5 Bumps [Ilyes512/github-actions](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 dependency-version: 1.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... 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 089eb4e..6de6c30 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ concurrency: jobs: build: - uses: Ilyes512/github-actions/.github/workflows/build-php.yml@1.0.4 + uses: Ilyes512/github-actions/.github/workflows/build-php.yml@1.0.5 strategy: fail-fast: false matrix: @@ -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..5b64852 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -14,7 +14,7 @@ concurrency: jobs: build: - uses: Ilyes512/github-actions/.github/workflows/build-php.yml@1.0.4 + uses: Ilyes512/github-actions/.github/workflows/build-php.yml@1.0.5 strategy: fail-fast: false matrix: @@ -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..2cee382 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -15,7 +15,7 @@ concurrency: jobs: build: - uses: Ilyes512/github-actions/.github/workflows/build-php.yml@1.0.4 + uses: Ilyes512/github-actions/.github/workflows/build-php.yml@1.0.5 strategy: fail-fast: false matrix: @@ -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: