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.
2 parents e14de08 + 047ae51 commit 007bd22Copy full SHA for 007bd22
.github/workflows/main.yaml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v2.4.0
16
- - uses: actions/setup-python@v2.2.2
+ - uses: actions/setup-python@v2.3.0
17
- uses: pre-commit/action@v2.0.3
18
19
test:
@@ -25,7 +25,7 @@ jobs:
25
26
27
- name: Setup Python
28
- uses: actions/setup-python@v2.2.2
+ uses: actions/setup-python@v2.3.0
29
with:
30
python-version: ${{ matrix.python-version }}
31
architecture: x64
@@ -52,7 +52,7 @@ jobs:
52
53
54
55
56
57
58
0 commit comments