Skip to content

Commit 5692bd7

Browse files
Bump actions/setup-python from 6.1.0 to 6.2.0
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>
1 parent 145f59c commit 5692bd7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v6
1616

1717
- name: Set up Python
18-
uses: actions/setup-python@v6.1.0
18+
uses: actions/setup-python@v6.2.0
1919
with:
2020
python-version-file: '.python-version'
2121

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v6
2828

2929
- name: "Set up Python"
30-
uses: actions/setup-python@v6.1.0
30+
uses: actions/setup-python@v6.2.0
3131
with:
3232
python-version-file: ".python-version"
3333

0 commit comments

Comments
 (0)