Skip to content

Commit ed52417

Browse files
Bump actions/checkout from 6 to 6.0.2 in the github-actions group (#1207)
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6 to 6.0.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 66cca53 commit ed52417

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/browser-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: Checkout code
36-
uses: actions/checkout@v6
36+
uses: actions/checkout@v6.0.2
3737

3838
- name: Setup PHP
3939
uses: shivammathur/setup-php@v2

.github/workflows/tests.yml

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

3434
steps:
3535
- name: Checkout code
36-
uses: actions/checkout@v6
36+
uses: actions/checkout@v6.0.2
3737

3838
- name: Setup PHP
3939
uses: shivammathur/setup-php@v2
@@ -85,7 +85,7 @@ jobs:
8585
composer config repositories.dusk '{"type": "path", "url": "dusk"}' --file composer.json
8686
8787
- name: Checkout code
88-
uses: actions/checkout@v6
88+
uses: actions/checkout@v6.0.2
8989
with:
9090
path: 'dusk'
9191

0 commit comments

Comments
 (0)