Skip to content

Commit 8a6b86e

Browse files
authored
Merge branch 'main' into 624_prestack_schema
2 parents 9d2d8d9 + 7392241 commit 8a6b86e

39 files changed

+2853
-785
lines changed

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Check out the repository
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515

1616
- name: Run Labeler
1717
uses: crazy-max/ghaction-github-labeler@v5

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Check out the repository
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616
with:
1717
fetch-depth: 2
1818

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434

3535
steps:
3636
- name: Check out the repository
37-
uses: actions/checkout@v4
37+
uses: actions/checkout@v5
3838

3939
- name: Set up Python ${{ matrix.python }}
40-
uses: actions/setup-python@v5
40+
uses: actions/setup-python@v6
4141
with:
4242
python-version: ${{ matrix.python }}
4343

@@ -101,7 +101,7 @@ jobs:
101101
needs: tests
102102
steps:
103103
- name: Check out the repository
104-
uses: actions/checkout@v4
104+
uses: actions/checkout@v5
105105

106106
- name: Install the pinned version of uv
107107
uses: astral-sh/setup-uv@v6
@@ -115,7 +115,7 @@ jobs:
115115
nox --version
116116
117117
- name: Download coverage data
118-
uses: actions/download-artifact@v4
118+
uses: actions/download-artifact@v5
119119
with:
120120
pattern: coverage-data-*
121121
merge-multiple: true
@@ -129,6 +129,6 @@ jobs:
129129
nox --session=coverage -- xml
130130
131131
- name: Upload coverage report
132-
uses: codecov/codecov-action@v5.4.3
132+
uses: codecov/codecov-action@v5.5.1
133133
env:
134134
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
aiohttp==3.12.15
22
autodoc-pydantic==2.2.0
3-
furo==2025.7.19
3+
furo==2025.9.25
44
linkify-it-py==2.0.3
55
matplotlib==3.10.6
66
myst-nb==1.3.0

0 commit comments

Comments
 (0)