Skip to content
Merged
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
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
timeout-minutes: 1

steps:
- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v6.0.0

- name: typos
uses: crate-ci/[email protected].0
uses: crate-ci/[email protected].2

- uses: astral-sh/[email protected].2
- uses: astral-sh/[email protected].4

- name: dprint
run: uv run dprint check
Expand All @@ -52,9 +52,9 @@ jobs:
matrix:
py: ["3.11", "3.12", "3.13", "3.14"]
steps:
- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v6.0.0

- uses: astral-sh/[email protected].2
- uses: astral-sh/[email protected].4
with:
python-version: ${{ matrix.py }}

Expand All @@ -69,9 +69,9 @@ jobs:
matrix:
py: ["3.11", "3.12", "3.13", "3.14"]
steps:
- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v6.0.0

- uses: astral-sh/[email protected].2
- uses: astral-sh/[email protected].4
with:
python-version: ${{ matrix.py }}

Expand All @@ -89,9 +89,9 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
py: ["3.11", "3.12", "3.13", "3.14"]
steps:
- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v6.0.0

- uses: astral-sh/[email protected].2
- uses: astral-sh/[email protected].4
with:
python-version: ${{ matrix.py }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v6.0.0

- name: Configure Git Credentials
run: |
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com

- uses: astral-sh/[email protected].2
- uses: astral-sh/[email protected].4

- name: mkdocs gh-deploy
run: uv run --only-group=docs mkdocs gh-deploy --force
4 changes: 2 additions & 2 deletions .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
permissions:
id-token: write
steps:
- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v6.0.0
- name: setup uv
uses: astral-sh/[email protected].2
uses: astral-sh/[email protected].4
with:
python-version: "3.13"
- name: uv build
Expand Down