You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -21,16 +21,16 @@ jobs:
21
21
22
22
steps:
23
23
- 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
26
26
# ... then your own project steps ...
27
27
```
28
28
29
29
### Version numbers
30
30
31
31
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.
32
32
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.
0 commit comments