Skip to content

Commit b2ba110

Browse files
Bump actions/setup-python from 5.4.0 to 5.6.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.4.0 to 5.6.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.4.0...v5.6.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 21c3144 commit b2ba110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
version: v3.10.0
2424

25-
- uses: actions/setup-python@v5.4.0
25+
- uses: actions/setup-python@v5.6.0
2626
with:
2727
python-version: '3.10'
2828
check-latest: true

0 commit comments

Comments
 (0)