We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d705480 commit 9f75f3dCopy full SHA for 9f75f3d
.github/workflows/phpstan.yml
@@ -11,7 +11,7 @@ jobs:
11
name: phpstan
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
15
16
- name: Setup PHP
17
uses: shivammathur/setup-php@v2
.github/workflows/run-tests.yml
@@ -28,7 +28,7 @@ jobs:
28
29
30
- name: Checkout code
31
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
32
33
34
0 commit comments