Skip to content

Commit 343fdbb

Browse files
Bump actions/checkout in the github-actions group across 1 directory
Bumps the github-actions group with 1 update in the / directory: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 5 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 940d92c commit 343fdbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
os: ["ubuntu-latest"]
1717
python_version: ["3.10", "3.11", "3.12", "3.13"]
1818
steps:
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v7
2020
- name: Install uv
2121
uses: astral-sh/setup-uv@v7
2222
with:

0 commit comments

Comments
 (0)