Skip to content

Commit 2afff18

Browse files
authored
Merge pull request #163 from doctrine/dependabot/github_actions/doctrine/dot-github-12.2.0
Bump doctrine/.github from 12.1.0 to 12.2.0
2 parents a30c92f + 9062770 commit 2afff18

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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@12.1.0"
14+
uses: "doctrine/.github/.github/workflows/coding-standards.yml@v12.2.0"

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
phpunit:
1313
name: "PHPUnit"
14-
uses: "doctrine/.github/.github/workflows/continuous-integration.yml@12.1.0"
14+
uses: "doctrine/.github/.github/workflows/continuous-integration.yml@v12.2.0"
1515
with:
1616
php-versions: '["8.1", "8.2", "8.3", "8.4"]'
1717
secrets:

.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@12.1.0"
11+
uses: "doctrine/.github/.github/workflows/release-on-milestone-closed.yml@v12.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
@@ -11,4 +11,4 @@ on:
1111
jobs:
1212
static-analysis:
1313
name: "Static Analysis"
14-
uses: "doctrine/.github/.github/workflows/phpstan.yml@12.1.0"
14+
uses: "doctrine/.github/.github/workflows/phpstan.yml@v12.2.0"

0 commit comments

Comments
 (0)