Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c32e2b0

Browse files
Bump the doctrine group with 6 updates (#345)
1 parent 8685279 commit c32e2b0

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ on:
1212
jobs:
1313
coding-standards:
1414
name: "Coding Standards"
15-
uses: "doctrine/.github/.github/workflows/coding-standards.yml@14.0.0"
15+
uses: "doctrine/.github/.github/workflows/coding-standards.yml@15.0.0"

.github/workflows/composer-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ on:
1515
jobs:
1616
composer-lint:
1717
name: "Composer Lint"
18-
uses: "doctrine/.github/.github/workflows/composer-lint.yml@14.0.0"
18+
uses: "doctrine/.github/.github/workflows/composer-lint.yml@15.0.0"

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
phpunit:
3333
name: "PHPUnit"
34-
uses: "doctrine/.github/.github/workflows/continuous-integration.yml@14.0.0"
34+
uses: "doctrine/.github/.github/workflows/continuous-integration.yml@15.0.0"
3535
with:
3636
php-versions: '["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]'
3737
secrets:

.github/workflows/release-on-milestone-closed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
release:
1010
name: "Git tag, release & create merge-up PR"
11-
uses: "doctrine/.github/.github/workflows/release-on-milestone-closed.yml@14.0.0"
11+
uses: "doctrine/.github/.github/workflows/release-on-milestone-closed.yml@15.0.0"
1212
secrets:
1313
GIT_AUTHOR_EMAIL: ${{ secrets.GIT_AUTHOR_EMAIL }}
1414
GIT_AUTHOR_NAME: ${{ secrets.GIT_AUTHOR_NAME }}

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ on:
1212
jobs:
1313
static-analysis-phpstan:
1414
name: "Static Analysis"
15-
uses: "doctrine/.github/.github/workflows/phpstan.yml@14.0.0"
15+
uses: "doctrine/.github/.github/workflows/phpstan.yml@15.0.0"

.github/workflows/website-schema.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ on:
1818
jobs:
1919
json-validate:
2020
name: "Validate JSON schema"
21-
uses: "doctrine/.github/.github/workflows/website-schema.yml@14.0.0"
21+
uses: "doctrine/.github/.github/workflows/website-schema.yml@15.0.0"

0 commit comments

Comments
 (0)