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 2907131 + c09c4b1 commit ed2c46eCopy full SHA for ed2c46e
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@v4
+ uses: actions/checkout@v5
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@v4
+ - uses: actions/checkout@v5
- name: Setup PHP
uses: shivammathur/setup-php@v2
.github/workflows/update-changelog.yml
@@ -13,7 +13,7 @@ jobs:
ref: main
0 commit comments