Skip to content

Commit 16d4c03

Browse files
authored
chore: update dependencies (#1269)
* bump actions/setup-python from 5 to 6 * bump object_store from 0.12.3 to 0.12.4 * bump arrow from 56.1.0 to 56.2.0 * bump datafusion deps from 50.0.0 to 50.1.0 * bump parking_lot from 0.12.4 to 0.12.5 * bump astral-sh/setup-uv from 6 to 7
1 parent f5fdf59 commit 16d4c03

File tree

5 files changed

+154
-129
lines changed

5 files changed

+154
-129
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@v5
3131
- name: Install Python
32-
uses: actions/setup-python@v5
32+
uses: actions/setup-python@v6
3333
with:
3434
python-version: "3.12"
3535

36-
- uses: astral-sh/setup-uv@v6
36+
- uses: astral-sh/setup-uv@v7
3737
with:
3838
enable-cache: true
3939

@@ -56,7 +56,7 @@ jobs:
5656
runs-on: ubuntu-latest
5757
steps:
5858
- uses: actions/checkout@v5
59-
- uses: astral-sh/setup-uv@v6
59+
- uses: astral-sh/setup-uv@v7
6060
with:
6161
enable-cache: true
6262

@@ -79,7 +79,7 @@ jobs:
7979
steps:
8080
- uses: actions/checkout@v5
8181

82-
- uses: actions/setup-python@v5
82+
- uses: actions/setup-python@v6
8383
with:
8484
python-version: ${{ matrix.python-version }}
8585

@@ -98,7 +98,7 @@ jobs:
9898
version: "27.4"
9999
repo-token: ${{ secrets.GITHUB_TOKEN }}
100100

101-
- uses: astral-sh/setup-uv@v6
101+
- uses: astral-sh/setup-uv@v7
102102
with:
103103
enable-cache: true
104104

@@ -135,7 +135,7 @@ jobs:
135135
steps:
136136
- uses: actions/checkout@v5
137137

138-
- uses: actions/setup-python@v5
138+
- uses: actions/setup-python@v6
139139
with:
140140
python-version: ${{ matrix.python-version }}
141141

@@ -154,7 +154,7 @@ jobs:
154154
version: "27.4"
155155
repo-token: ${{ secrets.GITHUB_TOKEN }}
156156

157-
- uses: astral-sh/setup-uv@v6
157+
- uses: astral-sh/setup-uv@v7
158158
with:
159159
enable-cache: true
160160

@@ -310,12 +310,12 @@ jobs:
310310
path: docs-target
311311

312312
- name: Setup Python
313-
uses: actions/setup-python@v5
313+
uses: actions/setup-python@v6
314314
with:
315315
python-version: "3.11"
316316

317317
- name: Install dependencies
318-
uses: astral-sh/setup-uv@v6
318+
uses: astral-sh/setup-uv@v7
319319
with:
320320
enable-cache: true
321321

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Checkout
2828
uses: actions/checkout@v5
2929
- name: Setup Python
30-
uses: actions/setup-python@v5
30+
uses: actions/setup-python@v6
3131
with:
3232
python-version: "3.10"
3333
- name: Audit licenses

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
repo-token: ${{ secrets.GITHUB_TOKEN }}
5858

5959
- name: Setup Python
60-
uses: actions/setup-python@v5
60+
uses: actions/setup-python@v6
6161
with:
6262
python-version: ${{ matrix.python-version }}
6363

@@ -76,7 +76,7 @@ jobs:
7676
run: cargo clippy --all-targets --all-features -- -D clippy::all -D warnings -A clippy::redundant_closure
7777

7878
- name: Install dependencies and build
79-
uses: astral-sh/setup-uv@v6
79+
uses: astral-sh/setup-uv@v7
8080
with:
8181
enable-cache: true
8282

0 commit comments

Comments
 (0)