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 8765089 commit 934b486Copy full SHA for 934b486
.github/workflows/checks.yml
@@ -7,10 +7,10 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- name: Checkout
10
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
11
12
- name: Setup Python
13
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4.3.0
14
15
- name: Run pre-commit
16
- uses: pre-commit/action@v2.0.0
+ uses: pre-commit/action@v3.0.0
.python-version
@@ -0,0 +1 @@
1
+3.11
0 commit comments