Skip to content

Commit 29c65ce

Browse files
Bump doctrine/.github from 4.0.0 to 5.0.1 (#2633)
Bumps [doctrine/.github](https://github.com/doctrine/.github) from 4.0.0 to 5.0.1. - [Release notes](https://github.com/doctrine/.github/releases) - [Commits](doctrine/.github@4.0.0...5.0.1) --- updated-dependencies: - dependency-name: doctrine/.github dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4e64367 commit 29c65ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coding-standards.yml

+1-1
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@4.0.0"
14+
uses: "doctrine/.github/.github/workflows/coding-standards.yml@5.0.1"

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

+1-1
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@4.0.0"
11+
uses: "doctrine/.github/.github/workflows/release-on-milestone-closed.yml@5.0.1"
1212
secrets:
1313
GIT_AUTHOR_EMAIL: ${{ secrets.GIT_AUTHOR_EMAIL }}
1414
GIT_AUTHOR_NAME: ${{ secrets.GIT_AUTHOR_NAME }}

0 commit comments

Comments
 (0)