Skip to content

Commit 72620c1

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

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515

1616
jobs:
1717
build:
18-
uses: Ilyes512/github-actions/.github/workflows/build-php.yml@1.0.4
18+
uses: Ilyes512/github-actions/.github/workflows/build-php.yml@1.0.5
1919
strategy:
2020
fail-fast: false
2121
matrix:
@@ -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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414

1515
jobs:
1616
build:
17-
uses: Ilyes512/github-actions/.github/workflows/build-php.yml@1.0.4
17+
uses: Ilyes512/github-actions/.github/workflows/build-php.yml@1.0.5
1818
strategy:
1919
fail-fast: false
2020
matrix:
@@ -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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515

1616
jobs:
1717
build:
18-
uses: Ilyes512/github-actions/.github/workflows/build-php.yml@1.0.4
18+
uses: Ilyes512/github-actions/.github/workflows/build-php.yml@1.0.5
1919
strategy:
2020
fail-fast: false
2121
matrix:
@@ -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)