Skip to content

Commit b40304d

Browse files
ci: bump actions/setup-python from 6 to 7 in the actions group
Bumps the actions group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/setup-python` from 6 to 7 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6...v7) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 045e829 commit b40304d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ jobs:
333333
steps:
334334
- uses: actions/checkout@v7
335335

336-
- uses: actions/setup-python@v6
336+
- uses: actions/setup-python@v7
337337
with:
338338
python-version: "3.x"
339339

0 commit comments

Comments
 (0)