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.
2 parents 090e8bd + d268e31 commit 5c7b0efCopy full SHA for 5c7b0ef
.github/workflows/phpstan.yml
@@ -11,7 +11,7 @@ jobs:
11
name: phpstan
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
15
16
- name: Setup PHP
17
uses: shivammathur/setup-php@v2
.github/workflows/run-tests.yml
@@ -22,7 +22,7 @@ jobs:
22
23
24
- name: Checkout code
25
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
26
27
28
0 commit comments