Skip to content

Commit 22b9613

Browse files
author
Greg Bowler
committed
docs: update version numbers
1 parent def408e commit 22b9613

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121

2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v3
2424
- uses: php-actions/composer@v6 # or alternative dependency management
2525
- uses: php-actions/phpstan@v3
2626
with:
@@ -71,7 +71,7 @@ jobs:
7171
...
7272

7373
- name: PHPStan
74-
uses: php-actions/phpstan@v2
74+
uses: php-actions/phpstan@v3
7575
with:
7676
command: your-command-here
7777
```
@@ -87,7 +87,7 @@ jobs:
8787
...
8888

8989
- name: PHPStan Static Analysis
90-
uses: php-actions/phpstan@v2
90+
uses: php-actions/phpstan@v3
9191
with:
9292
configuration: custom/path/to/phpstan.neon
9393
memory_limit: 256M

0 commit comments

Comments
 (0)