Skip to content

Commit 56e282f

Browse files
Bump actions/checkout from 6 to 7 in /.github/workflows
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 8a1d650 commit 56e282f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
timeout-minutes: 10
99
steps:
1010
- name: Check out repository code
11-
uses: actions/checkout@v6
11+
uses: actions/checkout@v7
1212

1313
- name: Install uv with cache
1414
uses: astral-sh/setup-uv@v7

0 commit comments

Comments
 (0)