Skip to content

Commit c189041

Browse files
committed
⬆️ Update pre-commit hooks and GitHub actions
1 parent 3f60018 commit c189041

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pre-commit.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@v3
13-
- uses: actions/setup-python@v3
14-
- uses: actions/cache@v3
12+
- uses: actions/checkout@v4
13+
- uses: actions/setup-python@v5
14+
- uses: actions/cache@v4
1515
with:
1616
path: ~/.cache/pre-commit
1717
key: pre-commit|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
- id: sphinx-lint
2424
types: [rst]
2525
- repo: https://github.com/pycqa/isort
26-
rev: 6.0.0
26+
rev: 6.0.1
2727
hooks:
2828
- id: isort
2929
additional_dependencies: ["toml"]

0 commit comments

Comments
 (0)