Skip to content

Commit c1d102c

Browse files
⬆️ Bump actions/setup-python from 4 to 6
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...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] <support@github.com>
1 parent 064f86d commit c1d102c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build-init.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v3
2121
- name: set up Python
22-
uses: actions/setup-python@v4
22+
uses: actions/setup-python@v6
2323
with:
2424
python-version: 3.9
2525

.github/workflows/build-vagrant.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v3
2727

2828
- name: set up Python
29-
uses: actions/setup-python@v4
29+
uses: actions/setup-python@v6
3030
with:
3131
python-version: 3.9
3232

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v3
1717
- name: Set up Python
18-
uses: actions/setup-python@v4
18+
uses: actions/setup-python@v6
1919
with:
2020
python-version: 3.13
2121
- uses: pre-commit/action@v3.0.0
@@ -26,7 +26,7 @@ jobs:
2626
# steps:
2727
# - uses: actions/checkout@v3
2828
# - name: Set up Python
29-
# uses: actions/setup-python@v4
29+
# uses: actions/setup-python@v6
3030
# with:
3131
# python-version: 3.8
3232
# - name: install tox

0 commit comments

Comments
 (0)