Skip to content

Commit ae06a97

Browse files
Update actions/checkout action to v3
1 parent 2b5ff3a commit ae06a97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v3
2121
- name: Install PHP
2222
uses: shivammathur/setup-php@v2
2323
with:

0 commit comments

Comments
 (0)