Skip to content

Commit e7280c3

Browse files
authored
README.md: Upgrade php-actions/composer and php-actions/phpstan
1 parent 7b9a9fb commit e7280c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121

2222
steps:
2323
- uses: actions/checkout@v2
24-
- uses: php-actions/composer@v5 # or alternative dependency management
25-
- uses: php-actions/phpstan@v2
24+
- uses: php-actions/composer@v6 # or alternative dependency management
25+
- uses: php-actions/phpstan@v3
2626
# ... then your own project steps ...
2727
```
2828

0 commit comments

Comments
 (0)