Skip to content

Commit deebd0d

Browse files
committed
ci: use actions/checkout@v2
1 parent 0cab4ce commit deebd0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
php-version: ["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)