Skip to content

Commit 9e236ff

Browse files
committed
🍏🚑 Fix checkout action failing
Ref. actions/checkout#766
1 parent 55657b7 commit 9e236ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
dependencies: ['', '--prefer-lowest --prefer-stable']
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v2.3.4
19+
uses: actions/checkout@v2
2020
- uses: shivammathur/[email protected]
2121
with:
2222
php-version: ${{ matrix.php }}

0 commit comments

Comments
 (0)