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 c1f4d61 + e84b76e commit 8899712Copy full SHA for 8899712
3 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/run-tests.yml
@@ -24,7 +24,7 @@ jobs:
24
25
26
27
28
29
- name: Setup PHP
30
uses: shivammathur/setup-php@v2
.github/workflows/update-changelog.yml
@@ -14,7 +14,7 @@ jobs:
14
ref: main
0 commit comments