Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
environment: docs
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Filter changed file paths to outputs
uses: dorny/paths-filter@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Set up Python 3.14
uses: actions/setup-python@v6
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v6
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
# don't: the Furo token contract tests, the type-level locks, and
# the zod schema validators.
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Set up pnpm
uses: pnpm/action-setup@v6
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
runs-on: ubuntu-latest
needs: qa
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Set up Python 3.14
uses: actions/setup-python@v6
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
runs-on: ubuntu-latest
needs: qa
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Set up Python 3.14
uses: actions/setup-python@v6
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
- sphinx-ux-autodoc-layout
- sphinx-vite-builder
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Set up Python 3.14
uses: actions/setup-python@v6
Expand Down