Skip to content

Commit

Permalink
php.yml: Use actions/checkout@v3
Browse files Browse the repository at this point in the history
Fixes some node version deprecation spam
  • Loading branch information
reedy authored Aug 17, 2023
1 parent 9f205a0 commit 46587d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- "7.4"
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Setup PHP with XDebug
uses: shivammathur/setup-php@v2
with:
Expand Down

0 comments on commit 46587d2

Please sign in to comment.