Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit 52609ee

Browse files
committed
ci: use actions/checkout v2
1 parent 677c4d0 commit 52609ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
php-version: ["5.5", "5.6", "7.1", "7.2", "7.3", "7.4", "8.0"]
1212
os: [ubuntu-latest]
1313
steps:
14-
- uses: actions/checkout@v1
14+
- uses: actions/checkout@v2
1515
- name: Use php ${{ matrix.php-version }}
1616
uses: shivammathur/setup-php@v2
1717
with:

0 commit comments

Comments
 (0)