Skip to content

Commit e25d599

Browse files
committed
⬆️ Update pre-commit and GitHub actions
1 parent 235dd7d commit e25d599

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
pre-commit:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v5
12+
- uses: actions/checkout@v6
1313
- uses: actions/setup-python@v6
14-
- uses: actions/cache@v4
14+
- uses: actions/cache@v5
1515
with:
1616
path: ~/.cache/pre-commit
1717
key: pre-commit|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}
@@ -21,7 +21,7 @@ jobs:
2121
name: Build docs and check links
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v5
24+
- uses: actions/checkout@v6
2525
- uses: pandoc/actions/setup@v1
2626
- uses: actions/setup-python@v6
2727
with:

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@v5
32+
uses: actions/checkout@v6
3333
- name: Install packages
3434
run: sudo apt install plantuml
3535
- name: Setup pandoc

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ repos:
3535
entry: isort --profile=black
3636
name: isort (python)
3737
- repo: https://github.com/psf/black-pre-commit-mirror
38-
rev: 25.11.0
38+
rev: 25.12.0
3939
hooks:
4040
- id: black
4141
- repo: https://github.com/adamchainz/blacken-docs

0 commit comments

Comments
 (0)