Skip to content

Commit 8975da2

Browse files
Bump doctrine/.github from 10.1.0 to 12.0.0
Bumps [doctrine/.github](https://github.com/doctrine/.github) from 10.1.0 to 12.0.0. - [Release notes](https://github.com/doctrine/.github/releases) - [Commits](doctrine/.github@10.1.0...12.0.0) --- updated-dependencies: - dependency-name: doctrine/.github dependency-version: 12.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7f5fd06 commit 8975da2

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.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@10.1.0"
15+
uses: "doctrine/.github/.github/workflows/coding-standards.yml@12.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@10.1.0"
18+
uses: "doctrine/.github/.github/workflows/composer-lint.yml@12.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@10.1.0"
34+
uses: "doctrine/.github/.github/workflows/continuous-integration.yml@12.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@10.1.0"
11+
uses: "doctrine/.github/.github/workflows/release-on-milestone-closed.yml@12.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@10.1.0"
15+
uses: "doctrine/.github/.github/workflows/phpstan.yml@12.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@10.1.0"
21+
uses: "doctrine/.github/.github/workflows/website-schema.yml@12.0.0"

0 commit comments

Comments
 (0)