Skip to content

Commit d4674b1

Browse files
authored
Update pre-commit.yml
1 parent 3498894 commit d4674b1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/pre-commit.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@ jobs:
1818

1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v4
2222

2323
- name: Set up Python ${{ matrix.python-version }}
24-
uses: actions/setup-python@v2
24+
uses: actions/setup-python@v5
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727

2828
- name: Run Lint
29-
uses: pre-commit/action@v2.0.0
29+
uses: pre-commit-ci/lite-action@v1.1.0
30+
if: always()

0 commit comments

Comments
 (0)