Skip to content

Commit c38e42a

Browse files
authored
Merge pull request #54 from Ilyes512/dependabot/github_actions/Ilyes512/github-actions-1.0.3
2 parents 074f1fc + 12a6594 commit c38e42a

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.2
18+
uses: Ilyes512/github-actions/.github/workflows/build-php.yml@1.0.3
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.2
39+
uses: Ilyes512/github-actions/.github/workflows/merge-php.yml@1.0.3
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.2
17+
uses: Ilyes512/github-actions/.github/workflows/build-php.yml@1.0.3
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.2
38+
uses: Ilyes512/github-actions/.github/workflows/merge-php.yml@1.0.3
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.2
18+
uses: Ilyes512/github-actions/.github/workflows/build-php.yml@1.0.3
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.2
39+
uses: Ilyes512/github-actions/.github/workflows/merge-php.yml@1.0.3
4040
needs: build
4141
strategy:
4242
matrix:

0 commit comments

Comments
 (0)