Skip to content

Commit 5e8aba4

Browse files
committed
Bump versions
1 parent 14b2bb4 commit 5e8aba4

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
- uses: actions/setup-python@v5
1818
with:
1919
python-version: "3.x"

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
os: [ubuntu-latest]
1616

1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919

2020
- name: Set up Python ${{ matrix.python-version }}
2121
uses: actions/setup-python@v5
@@ -34,7 +34,7 @@ jobs:
3434
tox -e py
3535
3636
- name: Upload coverage
37-
uses: codecov/codecov-action@v5.1.2
37+
uses: codecov/codecov-action@v5.5.0
3838
with:
3939
flags: ${{ matrix.os }}
4040
name: ${{ matrix.os }} Python ${{ matrix.python-version }}

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.12.2
3+
rev: v0.12.10
44
hooks:
5-
- id: ruff
5+
- id: ruff-check
66
args: [--exit-non-zero-on-fix]
77

88
- repo: https://github.com/psf/black-pre-commit-mirror
@@ -12,7 +12,7 @@ repos:
1212
args: [--target-version=py311]
1313

1414
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: v5.0.0
15+
rev: v6.0.0
1616
hooks:
1717
- id: check-case-conflict
1818
- id: check-executables-have-shebangs
@@ -35,7 +35,7 @@ repos:
3535
- id: validate-pyproject
3636

3737
- repo: https://github.com/tox-dev/tox-ini-fmt
38-
rev: 1.5.0
38+
rev: 1.6.0
3939
hooks:
4040
- id: tox-ini-fmt
4141

0 commit comments

Comments
 (0)