Skip to content

Commit 8b7e6f2

Browse files
authored
Update pre-commit.yml (#9012)
1 parent 9cfa4bd commit 8b7e6f2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/pre-commit.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ on:
88

99
jobs:
1010
pre-commit:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515
with:
1616
fetch-depth: 0
1717

18-
- uses: actions/setup-python@v2
18+
- uses: actions/setup-python@v4
1919
with:
20-
python-version: 3.9
20+
python-version: "3.10"
2121

22-
- uses: pre-commit/action@v2.0.0
22+
- uses: pre-commit/action@v3.0.0
2323
with:
2424
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)