Skip to content

Commit 56a21ed

Browse files
committed
fix: update pre-commit workflow to fix artifact API error
1 parent 7c108f7 commit 56a21ed

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/pre-commit.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
main:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
14-
- uses: actions/setup-python@v4
13+
- uses: actions/checkout@v4
14+
- uses: actions/setup-python@v5
1515
with:
16-
python-version: 3.x
17-
- uses: pre-commit/[email protected].0
18-
- uses: pre-commit-ci/lite-action@v1.0.1
16+
python-version: "3.12"
17+
- uses: pre-commit/[email protected].1
18+
- uses: pre-commit-ci/lite-action@v1.1.0
1919
if: always()

0 commit comments

Comments
 (0)