Skip to content

Commit

Permalink
Bump doctrine/.github from 7.2.0 to 7.2.1
Browse files Browse the repository at this point in the history
Bumps [doctrine/.github](https://github.com/doctrine/.github) from 7.2.0 to 7.2.1.
- [Release notes](https://github.com/doctrine/.github/releases)
- [Commits](doctrine/.github@7.2.0...7.2.1)

---
updated-dependencies:
- dependency-name: doctrine/.github
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 10, 2025
1 parent 59f3069 commit 0bbabe2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on: ["pull_request", "push"]
jobs:
coding-standards:
name: "Coding Standards"
uses: "doctrine/.github/.github/workflows/[email protected].0"
uses: "doctrine/.github/.github/workflows/[email protected].1"
with:
php-version: "8.3"
composer-dependency-versions: "locked"
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: ["push", "pull_request"]
jobs:
static-analysis:
name: "Static Analysis"
uses: "doctrine/.github/.github/workflows/[email protected].0"
uses: "doctrine/.github/.github/workflows/[email protected].1"
with:
php-version: "8.3"
composer-dependency-versions: "locked"

0 comments on commit 0bbabe2

Please sign in to comment.