Skip to content

Commit 7c58dc8

Browse files
authored
Merge pull request #9289 from derrabus/bump/workflows
Bump reusable workflows
2 parents 72edfbc + b513f7c commit 7c58dc8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/coding-standard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ on:
1010

1111
jobs:
1212
coding-standards:
13-
uses: "doctrine/.github/.github/workflows/coding-standards.yml@1.1.1"
13+
uses: "doctrine/.github/.github/workflows/coding-standards.yml@1.4.1"
1414
with:
1515
php-version: "7.4"

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ on:
77

88
jobs:
99
release:
10-
uses: "doctrine/.github/.github/workflows/release-on-milestone-closed.yml@1.1.1"
10+
uses: "doctrine/.github/.github/workflows/release-on-milestone-closed.yml@1.4.1"
1111
secrets:
12-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1312
GIT_AUTHOR_EMAIL: ${{ secrets.GIT_AUTHOR_EMAIL }}
1413
GIT_AUTHOR_NAME: ${{ secrets.GIT_AUTHOR_NAME }}
1514
ORGANIZATION_ADMIN_TOKEN: ${{ secrets.ORGANIZATION_ADMIN_TOKEN }}

0 commit comments

Comments
 (0)