Skip to content

Commit 874410e

Browse files
committed
Use actions/checkout@v2
Signed-off-by: William Desportes <[email protected]>
1 parent d187e30 commit 874410e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
php-version: ["7.1", "7.2", "7.3", "7.4", "8.0"]
1717
os: [ubuntu-latest]
1818
steps:
19-
- uses: actions/checkout@v1
19+
- uses: actions/checkout@v2
2020
- name: Use php ${{ matrix.php-version }}
2121
uses: shivammathur/setup-php@v2
2222
with:

0 commit comments

Comments
 (0)