Skip to content

Commit da6711b

Browse files
Bump actions/setup-python from 5 to 6 in /.github/workflows
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] <support@github.com>
1 parent 92bcb9c commit da6711b

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/check-poetry-task.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
uses: actions/checkout@v5
5959

6060
- name: Install Python
61-
uses: actions/setup-python@v5
61+
uses: actions/setup-python@v6
6262
with:
6363
python-version-file: pyproject.toml
6464

@@ -86,7 +86,7 @@ jobs:
8686
uses: actions/checkout@v5
8787

8888
- name: Install Python
89-
uses: actions/setup-python@v5
89+
uses: actions/setup-python@v6
9090
with:
9191
python-version-file: pyproject.toml
9292

.github/workflows/check-python-task.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
uses: actions/checkout@v5
6868

6969
- name: Install Python
70-
uses: actions/setup-python@v5
70+
uses: actions/setup-python@v6
7171
with:
7272
python-version-file: pyproject.toml
7373

@@ -95,7 +95,7 @@ jobs:
9595
uses: actions/checkout@v5
9696

9797
- name: Install Python
98-
uses: actions/setup-python@v5
98+
uses: actions/setup-python@v6
9999
with:
100100
python-version-file: pyproject.toml
101101

.github/workflows/check-yaml-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
uses: actions/checkout@v5
9696

9797
- name: Install Python
98-
uses: actions/setup-python@v5
98+
uses: actions/setup-python@v6
9999
with:
100100
python-version-file: pyproject.toml
101101

.github/workflows/spell-check-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: actions/checkout@v5
5050

5151
- name: Install Python
52-
uses: actions/setup-python@v5
52+
uses: actions/setup-python@v6
5353
with:
5454
python-version-file: pyproject.toml
5555

.github/workflows/test-python-poetry-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
uses: actions/checkout@v5
6464

6565
- name: Install Python
66-
uses: actions/setup-python@v5
66+
uses: actions/setup-python@v6
6767
with:
6868
python-version-file: pyproject.toml
6969

0 commit comments

Comments
 (0)