2 parents e222355 + d58691e commit 70f98e8Copy full SHA for 70f98e8
3 files changed
.github/workflows/fix-php-code-style-issues.yml
@@ -11,7 +11,7 @@ jobs:
11
12
steps:
13
- name: Checkout code
14
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
15
with:
16
ref: ${{ github.head_ref }}
17
.github/workflows/phpstan.yml
name: phpstan
runs-on: ubuntu-latest
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
- name: Setup PHP
uses: shivammathur/setup-php@v2
.github/workflows/update-changelog.yml
@@ -17,7 +17,7 @@ jobs:
18
19
20
21
22
# Fetch entire history of repository to ensure release date can be
23
# extracted from commit of the given tag.
0 commit comments