Skip to content

Commit b6f734d

Browse files
Bump actions/checkout in the github-actions-workflows group
Bumps the github-actions-workflows group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 5.0.0 to 6.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-workflows ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b110763 commit b6f734d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-build.yml

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

3838
steps:
3939
- name: Checkout repository
40-
uses: actions/checkout@v5.0.0
40+
uses: actions/checkout@v6.0.0
4141
with:
4242
token: ${{ secrets.GITHUB_TOKEN }}
4343
fetch-depth: 1

0 commit comments

Comments
 (0)