Skip to content

Commit 4ce3ce9

Browse files
authored
ci(NoTicket): Fix pre commit (#425)
1 parent 8c74633 commit 4ce3ce9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/code-check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Check out code
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v4
1919
with:
2020
ref: ${{ inputs.branch }}
2121

2222
- name: Set up Python 3.8
23-
uses: actions/setup-python@v2
23+
uses: actions/setup-python@v5
2424
with:
2525
python-version: 3.8
2626

@@ -30,4 +30,4 @@ jobs:
3030
pip install ".[dev]"
3131
3232
- name: Run pre-commit checks
33-
uses: pre-commit/[email protected]
33+
run: pre-commit run --all-files

0 commit comments

Comments
 (0)