Skip to content

Commit 2a4d0f5

Browse files
committed
use newer pre-commit action version
1 parent 3bee420 commit 2a4d0f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
pre-commit:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v4
1616
- name: Set up Python 3.12
1717
uses: actions/setup-python@v4
1818
with:
1919
python-version: "3.12"
20-
- uses: pre-commit/action@v2.0.2
20+
- uses: pre-commit/action@v3.0.1

0 commit comments

Comments
 (0)