Skip to content

Commit 48eaaa3

Browse files
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 6b82ce1 commit 48eaaa3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
coverage: none
3535

3636
- name: "Checkout code"
37-
uses: actions/checkout@v6 # https://github.com/marketplace/actions/checkout
37+
uses: actions/checkout@v7 # https://github.com/marketplace/actions/checkout
3838

3939
- name: "Remove composer.lock to test latest dependencies"
4040
run: if [ -f composer.lock ]; then rm composer.lock; fi
@@ -98,7 +98,7 @@ jobs:
9898
ini-values: zend.assertions=1
9999

100100
- name: "Checkout code"
101-
uses: actions/checkout@v6 # https://github.com/marketplace/actions/checkout
101+
uses: actions/checkout@v7 # https://github.com/marketplace/actions/checkout
102102

103103
# For all jobs except the main supported combo (Ubuntu, PHP 8.2, Symfony 7, highest),
104104
# remove composer.lock so Composer resolves the latest allowed and secure dependencies.

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
php-version: "8.2"
2121

2222
- name: "Checkout code"
23-
uses: actions/checkout@v6 # https://github.com/marketplace/actions/checkout
23+
uses: actions/checkout@v7 # https://github.com/marketplace/actions/checkout
2424

2525
- name: "Install dependencies"
2626
uses: ramsey/composer-install@v4 # https://github.com/marketplace/actions/install-composer-dependencies

0 commit comments

Comments
 (0)