Skip to content

Commit

Permalink
Merge pull request #670 from doctrine/dependabot/github_actions/doctr…
Browse files Browse the repository at this point in the history
…ine/dot-github-7.2.1

Bump doctrine/.github from 7.2.0 to 7.2.1
  • Loading branch information
SenseException authored Feb 10, 2025
2 parents 59f3069 + 0bbabe2 commit 49fd9b7
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/coding-standards.yml@7.2.0"
uses: "doctrine/.github/.github/workflows/coding-standards.yml@7.2.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/phpstan.yml@7.2.0"
uses: "doctrine/.github/.github/workflows/phpstan.yml@7.2.1"
with:
php-version: "8.3"
composer-dependency-versions: "locked"

0 comments on commit 49fd9b7

Please sign in to comment.