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 586d5d9 commit a40b4a5Copy full SHA for a40b4a5
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- name: Checkout Repository
11
- uses: actions/checkout@v1
+ uses: actions/checkout@v2
12
- name: Set up Python 3.7
13
uses: actions/setup-python@v2
14
with:
@@ -23,7 +23,7 @@ jobs:
23
24
25
26
27
28
29
@@ -49,7 +49,7 @@ jobs:
49
continue-on-error: ${{ matrix.experimental }}
50
51
52
53
- name: Set Up Python - ${{ matrix.python-version }}
54
55
0 commit comments