Skip to content

Commit ac883db

Browse files
authored
Merge pull request #183 from doctrine/dependabot/github_actions/doctrine-ff394350c7
Bump the doctrine group with 4 updates
2 parents 56f1f3c + 6d2ccd4 commit ac883db

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@14.0.0"
14+
uses: "doctrine/.github/.github/workflows/coding-standards.yml@15.0.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@14.0.0"
14+
uses: "doctrine/.github/.github/workflows/continuous-integration.yml@15.0.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@14.0.0"
11+
uses: "doctrine/.github/.github/workflows/release-on-milestone-closed.yml@15.0.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@14.0.0"
14+
uses: "doctrine/.github/.github/workflows/phpstan.yml@15.0.0"

0 commit comments

Comments
 (0)