Skip to content

Commit 76d7f0e

Browse files
Merge pull request #879 from doctrine/dependabot/github_actions/5.1.x/doctrine/dot-github-7.2.0
Bump doctrine/.github from 7.1.0 to 7.2.0
2 parents 08b29d4 + b32e2f7 commit 76d7f0e

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@7.1.0"
14+
uses: "doctrine/.github/.github/workflows/coding-standards.yml@7.2.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@7.1.0"
18+
uses: "doctrine/.github/.github/workflows/composer-lint.yml@7.2.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@7.1.0"
11+
uses: "doctrine/.github/.github/workflows/release-on-milestone-closed.yml@7.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
@@ -15,4 +15,4 @@ on:
1515

1616
jobs:
1717
static-analysis:
18-
uses: "doctrine/.github/.github/workflows/phpstan.yml@7.1.0"
18+
uses: "doctrine/.github/.github/workflows/phpstan.yml@7.2.0"

0 commit comments

Comments
 (0)