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 e618e6a + 216987e commit 7c58ac6Copy full SHA for 7c58ac6
3 files changed
.github/workflows/fix-php-code-styling.yml
@@ -14,7 +14,7 @@ jobs:
14
15
steps:
16
- name: Checkout code
17
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
18
with:
19
ref: ${{ github.head_ref }}
20
.github/workflows/phpstan.yml
@@ -11,7 +11,7 @@ jobs:
11
name: phpstan
12
runs-on: ubuntu-latest
13
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
- name: Setup PHP
uses: shivammathur/setup-php@v2
.github/workflows/update-changelog.yml
@@ -13,7 +13,7 @@ jobs:
ref: main
0 commit comments