Skip to content

Commit 56d1af9

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/download-artifact-6
2 parents dbb49b8 + d2da2ef commit 56d1af9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Install uv
1313
uses: astral-sh/setup-uv@v3
1414
- name: Set up Python
15-
uses: actions/setup-python@v5
15+
uses: actions/setup-python@v6
1616
with:
1717
python-version: 3.14
1818
- name: Update dependencies

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install uv
2121
uses: astral-sh/setup-uv@v4
2222
- name: Set up Python ${{ matrix.python-version }}
23-
uses: actions/setup-python@v5
23+
uses: actions/setup-python@v6
2424
with:
2525
python-version: ${{ matrix.python-version }}
2626
- name: Install nox
@@ -44,7 +44,7 @@ jobs:
4444
- name: Install uv
4545
uses: astral-sh/setup-uv@v4
4646
- name: Set up Python ${{ matrix.python-version }}
47-
uses: actions/setup-python@v5
47+
uses: actions/setup-python@v6
4848
with:
4949
python-version: ${{ matrix.python-version }}
5050
- name: Install nox
@@ -64,7 +64,7 @@ jobs:
6464
- uses: actions/checkout@v4
6565
- name: Install uv
6666
uses: astral-sh/setup-uv@v4
67-
- uses: actions/setup-python@v5
67+
- uses: actions/setup-python@v6
6868
with:
6969
python-version: 3.14
7070
- name: Install nox
@@ -89,7 +89,7 @@ jobs:
8989
- name: Build packages
9090
run: |
9191
uv build
92-
- uses: actions/upload-artifact@v4
92+
- uses: actions/upload-artifact@v5
9393
with:
9494
name: python-packages
9595
path: dist/

.github/workflows/crawler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818

1919
- name: Crawl
20-
uses: algolia/[email protected].10
20+
uses: algolia/[email protected].13
2121
id: index_after_push
2222
with:
2323
crawler-user-id: ${{ secrets.CRAWLER_USER_ID }}

0 commit comments

Comments
 (0)