Skip to content

Commit e4ede71

Browse files
Bump actions/setup-python from 5.5.0 to 6.1.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.5.0 to 6.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@8d9ed9a...83679a8) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1b3f0cc commit e4ede71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
enable-cache: true
4040

4141
- name: "Set up Python"
42-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
42+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
4343
with:
4444
python-version-file: ".python-version"
4545

0 commit comments

Comments
 (0)