Skip to content

Commit

Permalink
Merge pull request #208 from kohlerdominik/update-deprecated-actions
Browse files Browse the repository at this point in the history
Updated deprecated "checkout" action
  • Loading branch information
sprain authored Nov 18, 2022
2 parents 0d82ddc + 95bf4bf commit f2628ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand All @@ -43,4 +43,4 @@ jobs:
run: vendor/bin/php-cs-fixer --no-interaction --dry-run --diff -v fix src/

- name: Static analysis
run: vendor/bin/phpstan analyse
run: vendor/bin/phpstan analyse

0 comments on commit f2628ea

Please sign in to comment.