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 95fc59d + 9b26fdf commit e488b88Copy full SHA for e488b88
.github/workflows/fix-php-code-style-issues.yml
@@ -15,7 +15,7 @@ jobs:
15
16
steps:
17
- name: Checkout code
18
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
19
with:
20
ref: ${{ github.head_ref }}
21
.github/workflows/phpstan.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
timeout-minutes: 5
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
- name: Setup PHP
uses: shivammathur/setup-php@v2
.github/workflows/run-tests.yml
@@ -35,7 +35,7 @@ jobs:
35
36
37
38
39
40
41
0 commit comments