Skip to content

Commit 2e5189f

Browse files
Fix Lint action
1 parent c63ac24 commit 2e5189f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
- uses: actions/setup-python@v4
1515
with:
1616
python-version: '3.11'
17-
- uses: pre-commit/action@v3
17+
- uses: pre-commit/action@v3.0.1

0 commit comments

Comments
 (0)