Skip to content

Commit ea9c086

Browse files
Bump doctrine/.github from 5.1.0 to 5.2.0
Bumps [doctrine/.github](https://github.com/doctrine/.github) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/doctrine/.github/releases) - [Commits](doctrine/.github@5.1.0...5.2.0) --- updated-dependencies: - dependency-name: doctrine/.github dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a9acb2c commit ea9c086

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ on:
1111
jobs:
1212
coding-standards:
1313
name: "Coding Standards"
14-
uses: "doctrine/.github/.github/workflows/coding-standards.yml@5.1.0"
14+
uses: "doctrine/.github/.github/workflows/coding-standards.yml@5.2.0"

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
phpunit:
1313
name: "PHPUnit"
14-
uses: "doctrine/.github/.github/workflows/continuous-integration.yml@5.1.0"
14+
uses: "doctrine/.github/.github/workflows/continuous-integration.yml@5.2.0"
1515
with:
1616
php-versions: '["8.1", "8.2", "8.3"]'
1717
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@5.1.0"
11+
uses: "doctrine/.github/.github/workflows/release-on-milestone-closed.yml@5.2.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
@@ -11,4 +11,4 @@ on:
1111
jobs:
1212
static-analysis:
1313
name: "Static Analysis"
14-
uses: "doctrine/.github/.github/workflows/static-analysis.yml@5.1.0"
14+
uses: "doctrine/.github/.github/workflows/static-analysis.yml@5.2.0"

0 commit comments

Comments
 (0)