We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cfa4bd commit 8b7e6f2Copy full SHA for 8b7e6f2
.github/workflows/pre-commit.yml
@@ -8,17 +8,17 @@ on:
8
9
jobs:
10
pre-commit:
11
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
12
13
steps:
14
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
15
with:
16
fetch-depth: 0
17
18
- - uses: actions/setup-python@v2
+ - uses: actions/setup-python@v4
19
20
- python-version: 3.9
+ python-version: "3.10"
21
22
- - uses: pre-commit/action@v2.0.0
+ - uses: pre-commit/action@v3.0.0
23
24
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments