1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-25 23:06:13 +02:00

Update run-tests.yml update the checkout block.

This commit is contained in:
Sergey Kudashev
2022-03-23 02:06:02 +03:00
parent 2395773bb6
commit d1caaadfa5

View File

@@ -14,8 +14,9 @@ jobs:
name: P${{ matrix.php }} - ${{ matrix.stability }}
steps:
- name: 'Checkout Project'
- name: Checkout project
uses: actions/checkout@v2
- name: 'Setup Environment'
uses: shivammathur/setup-php@v2
with: