Skip to content

Commit 672f214

Browse files
renovate[bot]cpcloud
authored andcommitted
chore(deps): update actions/setup-python action to v6
1 parent 6170e0c commit 672f214

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

.github/workflows/check-generated-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/checkout@v5
3737

3838
- name: install python
39-
uses: actions/setup-python@v5
39+
uses: actions/setup-python@v6
4040
id: install_python
4141
with:
4242
python-version: "3.13"

.github/workflows/ibis-backends-cloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
github_token: ${{ steps.generate_token.outputs.token }}
125125

126126
- name: install python
127-
uses: actions/setup-python@v5
127+
uses: actions/setup-python@v6
128128
id: install_python
129129
with:
130130
python-version: ${{ matrix.python-version }}

.github/workflows/ibis-backends.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
uses: actions/checkout@v5
6060

6161
- name: install python
62-
uses: actions/setup-python@v5
62+
uses: actions/setup-python@v6
6363
id: install_python
6464
with:
6565
python-version: ${{ matrix.python-version }}
@@ -492,7 +492,7 @@ jobs:
492492
run: just up ${{ join(matrix.backend.services, ' ') }}
493493

494494
- name: install python
495-
uses: actions/setup-python@v5
495+
uses: actions/setup-python@v6
496496
id: install_python
497497
with:
498498
python-version: ${{ matrix.python-version }}
@@ -606,7 +606,7 @@ jobs:
606606
run: just download-data
607607

608608
- name: install python
609-
uses: actions/setup-python@v5
609+
uses: actions/setup-python@v6
610610
id: install_python
611611
with:
612612
python-version: ${{ matrix.python-version }}

.github/workflows/ibis-benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v5
2828

2929
- name: install python
30-
uses: actions/setup-python@v5
30+
uses: actions/setup-python@v6
3131
id: install_python
3232
with:
3333
python-version: "3.13"

.github/workflows/ibis-docs-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696

9797
# Upload index related
9898
- name: Setup Python
99-
uses: actions/setup-python@v5
99+
uses: actions/setup-python@v6
100100
with:
101101
python-version: "3.13"
102102

.github/workflows/ibis-main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
uses: actions/checkout@v5
6161

6262
- name: install python
63-
uses: actions/setup-python@v5
63+
uses: actions/setup-python@v6
6464
id: install_python
6565
with:
6666
python-version: ${{ matrix.python-version }}
@@ -116,7 +116,7 @@ jobs:
116116
uses: actions/checkout@v5
117117

118118
- name: install python
119-
uses: actions/setup-python@v5
119+
uses: actions/setup-python@v6
120120
with:
121121
python-version: "3.9"
122122

@@ -141,7 +141,7 @@ jobs:
141141
uses: actions/checkout@v5
142142

143143
- name: install python
144-
uses: actions/setup-python@v5
144+
uses: actions/setup-python@v6
145145
with:
146146
python-version: "3.13"
147147

@@ -159,7 +159,7 @@ jobs:
159159
uses: actions/checkout@v5
160160

161161
- name: install python
162-
uses: actions/setup-python@v5
162+
uses: actions/setup-python@v6
163163
with:
164164
python-version: "3.13"
165165

@@ -190,7 +190,7 @@ jobs:
190190
uses: actions/checkout@v5
191191

192192
- name: install python
193-
uses: actions/setup-python@v5
193+
uses: actions/setup-python@v6
194194
id: install_python
195195
with:
196196
python-version: "3.13"

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: 0
2929

3030
- name: install python
31-
uses: actions/setup-python@v5
31+
uses: actions/setup-python@v6
3232
with:
3333
python-version: "3.13"
3434

0 commit comments

Comments
 (0)