Skip to content

Commit

Permalink
fix github action checkout version
Browse files Browse the repository at this point in the history
  • Loading branch information
xJuvi authored Nov 4, 2022
1 parent 3bbcaaa commit 453562e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/syntax-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
php-versions: ['7.4', '8.0', '8.1']
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
Expand Down

0 comments on commit 453562e

Please sign in to comment.