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

Skip to content

Commit 3f79404

Browse files
Bump the doctrine group with 2 updates
Bumps the doctrine group with 2 updates: [doctrine/.github/.github/workflows/documentation.yml](https://github.com/doctrine/.github) and [doctrine/.github/.github/workflows/release-on-milestone-closed.yml](https://github.com/doctrine/.github). Updates `doctrine/.github/.github/workflows/documentation.yml` from 13.1.0 to 14.0.0 - [Release notes](https://github.com/doctrine/.github/releases) - [Commits](doctrine/.github@13.1.0...14.0.0) Updates `doctrine/.github/.github/workflows/release-on-milestone-closed.yml` from 13.1.0 to 14.0.0 - [Release notes](https://github.com/doctrine/.github/releases) - [Commits](doctrine/.github@13.1.0...14.0.0) --- updated-dependencies: - dependency-name: doctrine/.github/.github/workflows/documentation.yml dependency-version: 14.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: doctrine - dependency-name: doctrine/.github/.github/workflows/release-on-milestone-closed.yml dependency-version: 14.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: doctrine ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 14a617e commit 3f79404

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ on:
1717
jobs:
1818
documentation:
1919
name: "Documentation"
20-
uses: "doctrine/.github/.github/workflows/documentation.yml@13.1.0"
20+
uses: "doctrine/.github/.github/workflows/documentation.yml@14.0.0"

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

0 commit comments

Comments
 (0)