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 1ba23ee commit 11cfea0Copy full SHA for 11cfea0
1 file changed
.github/workflows/main.yml
@@ -14,9 +14,9 @@ jobs:
14
python-version: ['3.7', '3.8', '3.9', '3.10']
15
16
steps:
17
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
18
- name: Set up Python ${{ matrix.python-version }}
19
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
20
with:
21
python-version: ${{ matrix.python-version }}
22
- name: Install dependencies
0 commit comments