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 a606666 commit fbeff01Copy full SHA for fbeff01
.github/workflows/build.yml
@@ -13,9 +13,9 @@ jobs:
13
os: [ubuntu-latest, windows-latest]
14
15
steps:
16
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2
17
- name: Set up Python ${{ matrix.python-version }}
18
- uses: actions/setup-python@v1.1.1
+ uses: actions/setup-python@v2
19
with:
20
python-version: ${{ matrix.python-version }}
21
- name: Install dependencies
0 commit comments