Skip to content

Commit 56d6d90

Browse files
Bump actions/setup-python from 5 to 6 (#172)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 69a9005 commit 56d6d90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
- name: Hack for setup-python cache # https://github.com/actions/setup-python/issues/807
3535
run: touch requirements.txt
3636
- name: Setup Python
37-
uses: actions/setup-python@v5
37+
uses: actions/setup-python@v6
3838
with:
3939
cache: "pip"
4040
python-version: "3.11"

.github/workflows/PreCommitUpdate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Hack for setup-python cache # https://github.com/actions/setup-python/issues/807
1414
run: touch requirements.txt
1515
- name: Setup Python
16-
uses: actions/setup-python@v5
16+
uses: actions/setup-python@v6
1717
with:
1818
cache: pip
1919
python-version: "3.11"

0 commit comments

Comments
 (0)