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 3b80673 commit c84d6dfCopy full SHA for c84d6df
.github/workflows/push.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@master
11
- - uses: actions/setup-python@v2
+ - uses: actions/setup-python@v3
12
with:
13
python-version: '3.8'
14
architecture: 'x64'
@@ -24,7 +24,7 @@ jobs:
24
python-version: ['3.6', '3.7', '3.8', '3.9']
25
26
27
28
29
python-version: ${{ matrix.python-version }}
30
0 commit comments