Skip to content

Commit ce45f22

Browse files
committed
updating ci action
1 parent 20c4ad2 commit ce45f22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-ci-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
pre-commit:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
10-
- uses: actions/setup-python@v2
9+
- uses: actions/checkout@v3
10+
- uses: actions/setup-python@v3
1111
- run: pip install -e .
1212
- uses: pre-commit/action@v2.0.0

0 commit comments

Comments
 (0)