Skip to content

Commit

Permalink
chore: try to fix github action checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
zordius committed Mar 21, 2022
1 parent 2025733 commit 90e8729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
php-versions: '7.1'
phpunit-versions: '7.5.20'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
Expand Down

0 comments on commit 90e8729

Please sign in to comment.