Skip to content

Commit 9f0f6fe

Browse files
chore(deps): bump actions/setup-python from 2.2.2 to 6.1.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.2.2 to 6.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2.2.2...v6.1.0) --- 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 e4323ee commit 9f0f6fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- uses: actions/checkout@v2
37-
- uses: actions/setup-python@v2.2.2
37+
- uses: actions/setup-python@v6.1.0
3838
with:
3939
python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
4040
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified

0 commit comments

Comments
 (0)