Skip to content

Commit 402a849

Browse files
authored
Merge pull request #2595 from doctrine/dependabot/github_actions/doctrine/dot-github-4.0.0
Bump doctrine/.github from 3.1.0 to 4.0.0
2 parents e8a5dd1 + 6fd0453 commit 402a849

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ on:
1010
jobs:
1111
coding-standards:
1212
name: "Coding Standards"
13-
uses: "doctrine/.github/.github/workflows/coding-standards.yml@3.1.0"
13+
uses: "doctrine/.github/.github/workflows/coding-standards.yml@4.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@3.1.0"
11+
uses: "doctrine/.github/.github/workflows/release-on-milestone-closed.yml@4.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)