Skip to content

Commit 20b454f

Browse files
committed
⬆️ Update pre-commit and GitHub actions
1 parent 366e735 commit 20b454f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Build docs and check links
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818
- uses: pandoc/actions/setup@v1
1919
- uses: ts-graphviz/setup-graphviz@v2
2020
- uses: actions/setup-python@v6

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
github.event.pull_request.head.repo.full_name != github.repository
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
- uses: actions/setup-python@v6
23-
- uses: actions/cache@v4
23+
- uses: actions/cache@v5
2424
with:
2525
path: ~/.cache/pre-commit
2626
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
@@ -32,7 +32,7 @@ repos:
3232
hooks:
3333
- id: validate-pyproject
3434
- repo: https://github.com/sphinx-contrib/sphinx-lint
35-
rev: v1.0.1
35+
rev: v1.0.2
3636
hooks:
3737
- id: sphinx-lint
3838
types: [rst]
@@ -44,7 +44,7 @@ repos:
4444
entry: isort --profile=black
4545
name: isort (python)
4646
- repo: https://github.com/psf/black
47-
rev: 25.11.0
47+
rev: 25.12.0
4848
hooks:
4949
- id: black
5050
- repo: https://github.com/tonybaloney/perflint

0 commit comments

Comments
 (0)