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.
1 parent 76e7eaf commit 094ee8aCopy full SHA for 094ee8a
.github/workflows/reusable-CI-workflow.yml
@@ -53,7 +53,7 @@ jobs:
53
php-version: '${{ needs.fetch-supported-versions.outputs.php-min }}'
54
steps:
55
- name: Check out code
56
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
57
58
# Enable coverage only for specific version(s) !
59
# Usually highest version(s), plus additional ones in case of code used only with specific versions
@@ -134,7 +134,7 @@ jobs:
134
env:
135
PHP_VERSION: ${{ needs.fetch-supported-versions.outputs.php-max }}
136
137
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
138
139
- name: Setup PHP ${{ env.PHP_VERSION }}
140
id: setup-php
0 commit comments