Skip to content

Commit cfb3619

Browse files
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](Ilyes512/github-actions@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] <support@github.com>
1 parent 6c37628 commit cfb3619

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
dockerfile: ${{ matrix.docker.dockerfile }}
3737

3838
merge:
39-
uses: Ilyes512/github-actions/.github/workflows/merge-php.yml@1.0.4
39+
uses: Ilyes512/github-actions/.github/workflows/merge-php.yml@1.0.5
4040
needs: build
4141
strategy:
4242
matrix:

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
dockerfile: ${{ matrix.docker.dockerfile }}
3636

3737
merge:
38-
uses: Ilyes512/github-actions/.github/workflows/merge-php.yml@1.0.4
38+
uses: Ilyes512/github-actions/.github/workflows/merge-php.yml@1.0.5
3939
needs: build
4040
strategy:
4141
matrix:

.github/workflows/tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
dockerfile: ${{ matrix.docker.dockerfile }}
3737

3838
merge:
39-
uses: Ilyes512/github-actions/.github/workflows/merge-php.yml@1.0.4
39+
uses: Ilyes512/github-actions/.github/workflows/merge-php.yml@1.0.5
4040
needs: build
4141
strategy:
4242
matrix:

0 commit comments

Comments
 (0)