Skip to content

Commit 0849013

Browse files
author
Greg Bowler
authored
Merge pull request #9 from cclauss/patch-1
README.md: Upgrade php-actions/composer and php-actions/phpstan
2 parents 7b9a9fb + 785fc62 commit 0849013

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ 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

2929
### Version numbers
3030

3131
This action is released with semantic version numbers, but also tagged so the latest major release's tag always points to the latest release within the matching major version.
3232

33-
Please feel free to use `uses: php-actions/phpstan@v3` to always run the latest version of v6, or `uses: php-actions/phpstan@v3.0.0` to specify the exact release.
33+
Please feel free to use `uses: php-actions/phpstan@v3` to always run the latest version of v3, or `uses: php-actions/phpstan@v3.0.0` to specify the exact release.
3434

3535
Example
3636
-------

0 commit comments

Comments
 (0)