Skip to content

Commit 5b6ab8e

Browse files
github-actions(deps): bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dfb7f32 commit 5b6ab8e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/qa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v6
27+
uses: actions/checkout@v7
2828

2929
# the Docker image will install the dependencies automatically
3030

@@ -44,7 +44,7 @@ jobs:
4444

4545
steps:
4646
- name: Checkout
47-
uses: actions/checkout@v6
47+
uses: actions/checkout@v7
4848

4949
- name: ✅ Composer validate
5050
run: composer validate --strict

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
rm -f mongodb-database-tools-*.deb
8686
8787
- name: Checkout
88-
uses: actions/checkout@v6
88+
uses: actions/checkout@v7
8989

9090
- name: 🐘 Setup PHP, with composer and extensions
9191
uses: shivammathur/setup-php@v2 #https://github.com/shivammathur/setup-php

0 commit comments

Comments
 (0)