Skip to content

Commit 367fcdb

Browse files
authored
Merge branch 'main' into feature/misc-fixes
2 parents 08f7a7a + a6365fe commit 367fcdb

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/code_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
- uses: actions/checkout@v5.0.0
3232
- name: Install uv
33-
uses: astral-sh/setup-uv@v6
33+
uses: astral-sh/setup-uv@v7
3434
with:
3535
# Install a specific version of uv.
3636
version: "0.5.21"

.github/workflows/docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
fetch-depth: 0 # Fetch all history for proper versioning
5757

5858
- name: Install uv
59-
uses: astral-sh/setup-uv@v6
59+
uses: astral-sh/setup-uv@v7
6060
with:
6161
version: "0.5.21"
6262
enable-cache: true
@@ -76,7 +76,7 @@ jobs:
7676
run: touch site/.nojekyll
7777

7878
- name: Upload artifact
79-
uses: actions/upload-artifact@v4
79+
uses: actions/upload-artifact@v5
8080
with:
8181
name: docs-site
8282
path: site/
@@ -93,7 +93,7 @@ jobs:
9393
fetch-depth: 0 # Fetch all history for proper versioning
9494

9595
- name: Install uv
96-
uses: astral-sh/setup-uv@v6
96+
uses: astral-sh/setup-uv@v7
9797
with:
9898
version: "0.5.21"
9999
enable-cache: true
@@ -112,7 +112,7 @@ jobs:
112112
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
113113
114114
- name: Download artifact
115-
uses: actions/download-artifact@v5
115+
uses: actions/download-artifact@v6
116116
with:
117117
name: docs-site
118118
path: site

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v5.0.0
1717

1818
- name: Install uv
19-
uses: astral-sh/setup-uv@v6
19+
uses: astral-sh/setup-uv@v7
2020
with:
2121
version: "0.6.6"
2222
enable-cache: true

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- uses: actions/checkout@v5.0.0
4747

4848
- name: Install uv
49-
uses: astral-sh/setup-uv@v6
49+
uses: astral-sh/setup-uv@v7
5050
with:
5151
# Install a specific version of uv.
5252
version: "0.5.21"

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
- id: check-toml
1818

1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: 'v0.13.2'
20+
rev: 'v0.14.3'
2121
hooks:
2222
- id: ruff
2323
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)