Skip to content

Commit

Permalink
Merge pull request #415 from doctrine/dependabot/github_actions/3.4.x…
Browse files Browse the repository at this point in the history
…/doctrine/dot-github-7.2.1

Bump doctrine/.github from 7.2.0 to 7.2.1
  • Loading branch information
greg0ire authored Feb 11, 2025
2 parents b3642b8 + 30201d0 commit ec8c429
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ on:
jobs:
coding-standards:
name: "Coding Standards"
uses: "doctrine/.github/.github/workflows/[email protected].0"
uses: "doctrine/.github/.github/workflows/[email protected].1"
with:
composer-root-version: "3.0"
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
phpunit:
name: "PHPUnit"
uses: "doctrine/.github/.github/workflows/[email protected].0"
uses: "doctrine/.github/.github/workflows/[email protected].1"
with:
composer-root-version: "3.0"
php-versions: '["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-on-milestone-closed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
release:
name: "Git tag, release & create merge-up PR"
uses: "doctrine/.github/.github/workflows/[email protected].0"
uses: "doctrine/.github/.github/workflows/[email protected].1"
secrets:
GIT_AUTHOR_EMAIL: ${{ secrets.GIT_AUTHOR_EMAIL }}
GIT_AUTHOR_NAME: ${{ secrets.GIT_AUTHOR_NAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ on:
jobs:
static-analysis:
name: "Static Analysis"
uses: "doctrine/.github/.github/workflows/[email protected].0"
uses: "doctrine/.github/.github/workflows/[email protected].1"
with:
composer-root-version: "3.0"

0 comments on commit ec8c429

Please sign in to comment.