Update .github/workflows/php-cs-fixer.yml

Co-authored-by: yubiuser <ckoenig@posteo.de>
Signed-off-by: DL6ER <DL6ER@users.noreply.github.com>
This commit is contained in:
DL6ER
2022-08-07 15:42:26 +02:00
committed by GitHub
parent 26a74fb7fc
commit da8b3ce479

View File

@@ -6,7 +6,7 @@ jobs:
name: PHP-CS-Fixer
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v3.0.2
- name: PHP-CS-Fixer
uses: docker://oskarstark/php-cs-fixer-ga
with: