Skip to content

Commit c83d884

Browse files
Bump specsnl/github-actions/.github/workflows/merge-php.yml
Bumps [specsnl/github-actions/.github/workflows/merge-php.yml](https://github.com/specsnl/github-actions) from 1.1.1 to 1.2.1. - [Release notes](https://github.com/specsnl/github-actions/releases) - [Commits](specsnl/github-actions@1.1.1...1.2.1) --- updated-dependencies: - dependency-name: specsnl/github-actions/.github/workflows/merge-php.yml dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1497632 commit c83d884

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

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

4040
merge:
41-
uses: specsnl/github-actions/.github/workflows/merge-php.yml@1.1.1
41+
uses: specsnl/github-actions/.github/workflows/merge-php.yml@1.2.1
4242
needs: build
4343
strategy:
4444
matrix:

.github/workflows/pr.yml

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

3939
merge:
40-
uses: specsnl/github-actions/.github/workflows/merge-php.yml@1.1.1
40+
uses: specsnl/github-actions/.github/workflows/merge-php.yml@1.2.1
4141
needs: build
4242
strategy:
4343
matrix:

.github/workflows/tag.yml

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

4040
merge:
41-
uses: specsnl/github-actions/.github/workflows/merge-php.yml@1.1.1
41+
uses: specsnl/github-actions/.github/workflows/merge-php.yml@1.2.1
4242
needs: build
4343
strategy:
4444
matrix:

0 commit comments

Comments
 (0)