Skip to content

Commit c530594

Browse files
[dependabot][ghaction] - (deps): Bump actions/checkout
Bumps the all-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 97cb55f commit c530594

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/reusable-CI-workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
composer-flag: --prefer-lowest
4242
steps:
4343
- name: Check out code
44-
uses: actions/checkout@v4
44+
uses: actions/checkout@v5
4545

4646
- name: Enable coverage
4747
if: ${{ matrix.php-version == '8.2' }}
@@ -129,7 +129,7 @@ jobs:
129129
name: Static analysis
130130
runs-on: ubuntu-latest
131131
steps:
132-
- uses: actions/checkout@v4
132+
- uses: actions/checkout@v5
133133

134134
- name: Setup PHP 8.2
135135
uses: shivammathur/setup-php@v2
@@ -183,7 +183,7 @@ jobs:
183183

184184
steps:
185185
- name: Check out code
186-
uses: actions/checkout@v4
186+
uses: actions/checkout@v5
187187

188188
- name: Setup PHP ${{ matrix.php-version }}
189189
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)