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 664de33 commit ebf577dCopy full SHA for ebf577d
.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
@@ -30,7 +30,7 @@ jobs:
30
31
32
33
34
35
36
0 commit comments