Skip to content

Commit 5561069

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] <[email protected]>
1 parent 16294a3 commit 5561069

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: mkdir "$REPORTS_DIR"
5656
- name: Setup python ${{ env.PYTHON_VERSION }}
5757
# see https://github.com/actions/setup-python
58-
uses: actions/setup-python@v5
58+
uses: actions/setup-python@v6
5959
with:
6060
python-version: ${{ env.PYTHON_VERSION }}
6161
- name: Setup poetry ${{ env.POETRY_VERSION }}

.github/workflows/python.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
uses: actions/checkout@v5
5656
- name: Setup Python Environment
5757
# see https://github.com/actions/setup-python
58-
uses: actions/setup-python@v5
58+
uses: actions/setup-python@v6
5959
with:
6060
python-version: ${{ env.PYTHON_VERSION_DEFAULT }}
6161
- name: Install poetry
@@ -78,7 +78,7 @@ jobs:
7878
uses: actions/checkout@v5
7979
- name: Setup Python Environment
8080
# see https://github.com/actions/setup-python
81-
uses: actions/setup-python@v5
81+
uses: actions/setup-python@v6
8282
with:
8383
python-version: ${{ env.PYTHON_VERSION_DEFAULT }}
8484
- name: Install poetry
@@ -101,7 +101,7 @@ jobs:
101101
uses: actions/checkout@v5
102102
- name: Setup Python Environment
103103
# see https://github.com/actions/setup-python
104-
uses: actions/setup-python@v5
104+
uses: actions/setup-python@v6
105105
with:
106106
python-version: ${{ env.PYTHON_VERSION_DEFAULT }}
107107
- name: Install poetry
@@ -134,7 +134,7 @@ jobs:
134134
uses: actions/checkout@v5
135135
- name: Setup Python Environment
136136
# see https://github.com/actions/setup-python
137-
uses: actions/setup-python@v5
137+
uses: actions/setup-python@v6
138138
with:
139139
python-version: ${{ matrix.python-version }}
140140
- name: Install poetry
@@ -157,7 +157,7 @@ jobs:
157157
uses: actions/checkout@v5
158158
- name: Setup Python Environment
159159
# see https://github.com/actions/setup-python
160-
uses: actions/setup-python@v5
160+
uses: actions/setup-python@v6
161161
with:
162162
python-version: ${{ env.PYTHON_VERSION_DEFAULT }}
163163
- name: Install poetry
@@ -190,7 +190,7 @@ jobs:
190190
uses: actions/checkout@v5
191191
- name: Setup Python Environment
192192
# see https://github.com/actions/setup-python
193-
uses: actions/setup-python@v5
193+
uses: actions/setup-python@v6
194194
with:
195195
python-version: ${{ env.PYTHON_VERSION_DEFAULT }}
196196
- name: Install self
@@ -235,7 +235,7 @@ jobs:
235235
run: mkdir ${{ env.REPORTS_DIR }}
236236
- name: Setup Python Environment
237237
# see https://github.com/actions/setup-python
238-
uses: actions/setup-python@v5
238+
uses: actions/setup-python@v6
239239
with:
240240
python-version: ${{ matrix.python-version }}
241241
- name: craft PY_UT_ARGS

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
uses: actions/checkout@v5
7575
- name: Setup Python Environment
7676
# see https://github.com/actions/setup-python
77-
uses: actions/setup-python@v5
77+
uses: actions/setup-python@v6
7878
with:
7979
python-version: ${{ env.PYTHON_VERSION_DEFAULT }}
8080
- name: Install poetry
@@ -97,7 +97,7 @@ jobs:
9797
uses: actions/checkout@v5
9898
- name: Setup Python Environment
9999
# see https://github.com/actions/setup-python
100-
uses: actions/setup-python@v5
100+
uses: actions/setup-python@v6
101101
with:
102102
python-version: ${{ env.PYTHON_VERSION_DEFAULT }}
103103
- name: Install poetry
@@ -137,7 +137,7 @@ jobs:
137137
fetch-depth: 0
138138
- name: Setup python
139139
# see https://github.com/actions/setup-python
140-
uses: actions/setup-python@v5
140+
uses: actions/setup-python@v6
141141
with:
142142
python-version: ${{ env.PYTHON_VERSION_DEFAULT }}
143143
- name: Install and configure Poetry

0 commit comments

Comments
 (0)