Skip to content

Commit a7105c6

Browse files
committed
Setup: fix pre_commit CI
1 parent 435c399 commit a7105c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pre_commit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ jobs:
1919
if: ${{ !github.event.pull_request.draft }}
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v3
22+
uses: actions/checkout
2323

2424
- name: Install Python
25-
uses: actions/setup-python@v4
25+
uses: actions/setup-python
2626
with:
2727
python-version: '3.10'
2828

2929
- name: Run pre-commit
30-
uses: pre-commit/action@v2.0.3
30+
uses: pre-commit/action
3131
with:
3232
extra_args: --verbose --all-files

0 commit comments

Comments
 (0)