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 3277e54 + 48d3abe commit c13ea10Copy full SHA for c13ea10
.github/workflows/fix-php-code-style-issues.yml
@@ -14,7 +14,7 @@ jobs:
14
15
steps:
16
- name: Checkout code
17
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
18
with:
19
ref: ${{ github.head_ref }}
20
.github/workflows/phpstan.yml
@@ -11,7 +11,7 @@ jobs:
11
name: phpstan
12
runs-on: ubuntu-latest
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
- name: Setup PHP
uses: shivammathur/setup-php@v2
.github/workflows/run-tests.yml
@@ -32,7 +32,7 @@ jobs:
32
33
34
35
36
37
38
0 commit comments