Skip to content

Commit 74405b0

Browse files
Bump actions/setup-python from 6.1.0 to 6.2.0 (#313)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6.1.0...v6.2.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9f6d65a commit 74405b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
cache-dependency-glob: "uv.lock"
2222

2323
- name: "Set up Python"
24-
uses: actions/setup-python@v6.1.0
24+
uses: actions/setup-python@v6.2.0
2525
with:
2626
python-version-file: ".python-version"
2727

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
cache-dependency-glob: "uv.lock"
2222

2323
- name: "Set up Python"
24-
uses: actions/setup-python@v6.1.0
24+
uses: actions/setup-python@v6.2.0
2525
with:
2626
python-version-file: ".python-version"
2727

0 commit comments

Comments
 (0)