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 5461222 commit 26166e0Copy full SHA for 26166e0
.github/workflows/testing_initiative.yml
@@ -46,9 +46,9 @@ jobs:
46
python-version: pypy-3.6
47
no-coverage: 1
48
steps:
49
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
50
- name: Set up Python Env
51
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
52
with:
53
python-version: ${{ matrix.python-version }}
54
- name: Display Python version
@@ -94,9 +94,9 @@ jobs:
94
- ubuntu-20.04
95
python-version: [3.6]
96
97
98
99
100
101
102
0 commit comments