Skip to content

Commit

Permalink
DevKit updates (#561)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Aug 27, 2020
1 parent 6cb8405 commit 084ffb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v2

- name: "Run PHP-CS-Fixer"
uses: docker://oskarstark/php-cs-fixer-ga:2.16.1
uses: docker://oskarstark/php-cs-fixer-ga:2.16.4
with:
args: --ansi --verbose --diff --dry-run

Expand All @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v2

- name: "Run composer-normalize"
uses: docker://localheinz/composer-normalize-action:0.5.2
uses: docker://ergebnis/composer-normalize-action:0.8.0
with:
args: --dry-run

Expand Down

0 comments on commit 084ffb5

Please sign in to comment.