Skip to content

Commit d843506

Browse files
Bump actions/setup-python from 5 to 6
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8bb5974 commit d843506

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
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v5
14-
- uses: actions/setup-python@v5 # https://www.python.org/
14+
- uses: actions/setup-python@v6 # https://www.python.org/
1515
with:
1616
python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
1717
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified

0 commit comments

Comments
 (0)