Skip to content

Commit c341a4c

Browse files
chore(deps): 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] <support@github.com>
1 parent 98c9a63 commit c341a4c

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/python.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/checkout@v5
3737
- name: Setup Python Environment
3838
# see https://github.com/actions/setup-python
39-
uses: actions/setup-python@v5
39+
uses: actions/setup-python@v6
4040
with:
4141
python-version: ${{ env.PYTHON_VERSION_DEFAULT }}
4242
architecture: 'x64'
@@ -60,7 +60,7 @@ jobs:
6060
uses: actions/checkout@v5
6161
- name: Setup Python Environment
6262
# see https://github.com/actions/setup-python
63-
uses: actions/setup-python@v5
63+
uses: actions/setup-python@v6
6464
with:
6565
python-version: ${{ env.PYTHON_VERSION_DEFAULT }}
6666
architecture: 'x64'
@@ -84,7 +84,7 @@ jobs:
8484
uses: actions/checkout@v5
8585
- name: Setup Python Environment
8686
# see https://github.com/actions/setup-python
87-
uses: actions/setup-python@v5
87+
uses: actions/setup-python@v6
8888
with:
8989
python-version: ${{ env.PYTHON_VERSION_DEFAULT }}
9090
architecture: 'x64'
@@ -108,7 +108,7 @@ jobs:
108108
uses: actions/checkout@v5
109109
- name: Setup Python Environment
110110
# see https://github.com/actions/setup-python
111-
uses: actions/setup-python@v5
111+
uses: actions/setup-python@v6
112112
with:
113113
python-version: ${{ env.PYTHON_VERSION_DEFAULT }}
114114
architecture: 'x64'
@@ -144,7 +144,7 @@ jobs:
144144
uses: actions/checkout@v5
145145
- name: Setup Python Environment
146146
# see https://github.com/actions/setup-python
147-
uses: actions/setup-python@v5
147+
uses: actions/setup-python@v6
148148
with:
149149
python-version: ${{ matrix.python-version }}
150150
architecture: 'x64'
@@ -208,7 +208,7 @@ jobs:
208208
run: mkdir ${{ env.REPORTS_DIR }}
209209
- name: Setup Python Environment
210210
# see https://github.com/actions/setup-python
211-
uses: actions/setup-python@v5
211+
uses: actions/setup-python@v6
212212
with:
213213
python-version: ${{ matrix.python-version }}
214214
architecture: 'x64'
@@ -284,7 +284,7 @@ jobs:
284284
uses: actions/checkout@v5
285285
- name: Setup Python Environment
286286
# see https://github.com/actions/setup-python
287-
uses: actions/setup-python@v5
287+
uses: actions/setup-python@v6
288288
with:
289289
python-version: '>=3.9 <=3.13' # supported version range
290290
- name: Validate Python Environment

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uses: actions/checkout@v5
5252
- name: Setup Python Environment
5353
# see https://github.com/actions/setup-python
54-
uses: actions/setup-python@v5
54+
uses: actions/setup-python@v6
5555
with:
5656
python-version: ${{ env.PYTHON_VERSION_DEFAULT }}
5757
architecture: 'x64'
@@ -73,7 +73,7 @@ jobs:
7373
uses: actions/checkout@v5
7474
- name: Setup Python Environment
7575
# see https://github.com/actions/setup-python
76-
uses: actions/setup-python@v5
76+
uses: actions/setup-python@v6
7777
with:
7878
python-version: ${{ env.PYTHON_VERSION_DEFAULT }}
7979
architecture: 'x64'
@@ -111,7 +111,7 @@ jobs:
111111

112112
- name: Setup python
113113
# see https://github.com/actions/setup-python
114-
uses: actions/setup-python@v5
114+
uses: actions/setup-python@v6
115115
with:
116116
python-version: ${{ env.PYTHON_VERSION_DEFAULT }}
117117
architecture: 'x64'

0 commit comments

Comments
 (0)