Skip to content

Commit d744754

Browse files
authored
Merge pull request #651 from kenjis/fix-composer-unused
chore: fix composer-unused version to aviod setup error
2 parents 2670c3c + 5db3325 commit d744754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unused.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: shivammathur/setup-php@v2
3131
with:
3232
php-version: '8.0'
33-
tools: composer, composer-unused
33+
tools: composer, composer-unused:0.8.5
3434
extensions: intl, json, mbstring, xml
3535
coverage: none
3636
env:

0 commit comments

Comments
 (0)