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 c6a9a83 + 24b383f commit 2347678Copy full SHA for 2347678
.github/workflows/fix-php-code-style-issues.yml
@@ -11,7 +11,7 @@ jobs:
11
12
steps:
13
- name: Checkout code
14
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
15
with:
16
ref: ${{ github.head_ref }}
17
.github/workflows/phpstan.yml
name: phpstan
runs-on: ubuntu-latest
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
- name: Setup PHP
uses: shivammathur/setup-php@v2
.github/workflows/run-tests.yml
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
29
30
31
0 commit comments