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 432df30 + c500553 commit 3dc9cc8Copy full SHA for 3dc9cc8
4 files changed
.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
@@ -16,7 +16,7 @@ jobs:
22
.github/workflows/run-tests.yml
@@ -26,7 +26,7 @@ jobs:
26
27
28
29
30
31
- name: Setup PHP
32
uses: shivammathur/setup-php@v2
.github/workflows/update-changelog.yml
@@ -14,7 +14,7 @@ jobs:
14
ref: main
0 commit comments