Skip to content

Commit

Permalink
Update checkout action to V3
Browse files Browse the repository at this point in the history
  • Loading branch information
pascaldevink committed Feb 6, 2023
1 parent 850aa6b commit 050de1f
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 @@ -15,7 +15,7 @@ jobs:
name: PHP ${{ matrix.php-versions }} tests with ${{ matrix.dependencies }} dependencies
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 050de1f

Please sign in to comment.