Skip to content

Commit e85a48a

Browse files
build(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 cc4ec4e commit e85a48a

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
key: ${{ matrix.os }}-cargo-${{matrix.python-version}}-${{ hashFiles('**/Cargo.lock') }}
4343

4444
# Used to host cibuildwheel
45-
- uses: actions/setup-python@v5
45+
- uses: actions/setup-python@v6
4646
with:
4747
python-version: "3.13"
4848

@@ -100,7 +100,7 @@ jobs:
100100
~/.cargo/.crates2.json
101101
target/
102102
key: ${{ matrix.platform.target }}-cargo-${{ matrix.platform.name }}-${{ hashFiles('**/Cargo.lock') }}
103-
- uses: actions/setup-python@v5
103+
- uses: actions/setup-python@v6
104104
name: Install Python
105105
with:
106106
python-version: "3.13"
@@ -140,7 +140,7 @@ jobs:
140140
steps:
141141
- uses: actions/checkout@v4
142142

143-
- uses: actions/setup-python@v5
143+
- uses: actions/setup-python@v6
144144
name: Install Python
145145
with:
146146
python-version: "3.13"
@@ -173,7 +173,7 @@ jobs:
173173
target/
174174
key: ${{ matrix.os }}-cargo-${{matrix.python-version}}-${{ hashFiles('**/Cargo.lock') }}
175175
- name: Set up Python ${{ matrix.python-version }}
176-
uses: actions/setup-python@v5
176+
uses: actions/setup-python@v6
177177
with:
178178
python-version: ${{ matrix.python-version }}
179179
- name: Install rust ${{ matrix.rust }}
@@ -213,7 +213,7 @@ jobs:
213213
with:
214214
toolchain: ${{ matrix.rust }}
215215
- name: Set up Python ${{ matrix.python-version }}
216-
uses: actions/setup-python@v5
216+
uses: actions/setup-python@v6
217217
with:
218218
python-version: ${{ matrix.python-version }}
219219
# - uses: AbsaOSS/k3d-action@v2
@@ -275,7 +275,7 @@ jobs:
275275
with:
276276
toolchain: ${{ matrix.rust }}
277277
- name: Set up Python ${{ matrix.python-version }}
278-
uses: actions/setup-python@v5
278+
uses: actions/setup-python@v6
279279
with:
280280
python-version: ${{ matrix.python-version }}
281281
- name: Build

.github/workflows/cloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
toolchain: ${{ matrix.rust }}
3838
- name: Set up Python ${{ matrix.python-version }}
39-
uses: actions/setup-python@v5
39+
uses: actions/setup-python@v6
4040
with:
4141
python-version: ${{ matrix.python-version }}
4242
- name: Install fluvio

.github/workflows/latest-dev-fluvio.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
toolchain: ${{ matrix.rust }}
2525
- name: Set up Python ${{ matrix.python-version }}
26-
uses: actions/setup-python@v5
26+
uses: actions/setup-python@v6
2727
with:
2828
python-version: ${{ matrix.python-version }}
2929
- name: Update the fluvio client to use the latest on the fluvio master branch.

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
key: ${{ matrix.os }}-cargo-${{matrix.python-version}}-${{ hashFiles('**/Cargo.lock') }}
3737

3838
# Used to host cibuildwheel
39-
- uses: actions/setup-python@v5
39+
- uses: actions/setup-python@v6
4040
with:
4141
python-version: "3.13"
4242

@@ -78,7 +78,7 @@ jobs:
7878
steps:
7979
- uses: actions/checkout@v4
8080

81-
- uses: actions/setup-python@v5
81+
- uses: actions/setup-python@v6
8282
name: Install Python
8383
with:
8484
python-version: "3.13"
@@ -123,7 +123,7 @@ jobs:
123123
~/.cargo/.crates2.json
124124
target/
125125
key: ${{ matrix.platform.target }}-cargo-${{ matrix.platform.name }}-${{ hashFiles('**/Cargo.lock') }}
126-
- uses: actions/setup-python@v5
126+
- uses: actions/setup-python@v6
127127
name: Install Python
128128
with:
129129
python-version: "3.13"
@@ -193,7 +193,7 @@ jobs:
193193
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
194194
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
195195
- name: Set up Python ${{ matrix.python-version }}
196-
uses: actions/setup-python@v5
196+
uses: actions/setup-python@v6
197197
with:
198198
python-version: ${{ matrix.python-version }}
199199
- name: Install rust

0 commit comments

Comments
 (0)