Skip to content

Commit 3bc1c6a

Browse files
Bump actions/checkout from 6 to 7 in the github-actions-deps group (#17)
Bumps the github-actions-deps group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: github-actions-deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 566783c commit 3bc1c6a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
name: Verify table of contents
2828
steps:
29-
- uses: actions/checkout@v6
29+
- uses: actions/checkout@v7
3030
- name: Set up Go
3131
uses: actions/setup-go@v6
3232
with:
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838
name: Verify spelling
3939
steps:
40-
- uses: actions/checkout@v6
40+
- uses: actions/checkout@v7
4141
- name: Set up Go
4242
uses: actions/setup-go@v6
4343
with:

0 commit comments

Comments
 (0)