Skip to content

Commit 155a0fa

Browse files
committed
⬆️ Update pre-commit and GitHub actions
1 parent d198fba commit 155a0fa

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v6
1414
- uses: pandoc/actions/setup@v1
1515
- uses: ts-graphviz/setup-graphviz@v2
16-
- uses: actions/setup-python@v5
16+
- uses: actions/setup-python@v6
1717
with:
1818
# Keep in sync with .readthedocs.yaml
1919
python-version-file: .python-version

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v6
13-
- uses: actions/setup-python@v5
14-
- uses: actions/cache@v4
13+
- uses: actions/setup-python@v6
14+
- uses: actions/cache@v5
1515
with:
1616
path: ~/.cache/pre-commit
1717
key: pre-commit|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626
hooks:
2727
- id: validate-pyproject
2828
- repo: https://github.com/sphinx-contrib/sphinx-lint
29-
rev: v1.0.1
29+
rev: v1.0.2
3030
hooks:
3131
- id: sphinx-lint
3232
types: [rst]
@@ -38,7 +38,7 @@ repos:
3838
entry: isort --profile=black
3939
name: isort (python)
4040
- repo: https://github.com/psf/black
41-
rev: 25.11.0
41+
rev: 25.12.0
4242
hooks:
4343
- id: black
4444
- repo: https://github.com/adamchainz/blacken-docs

0 commit comments

Comments
 (0)