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 be2763f commit f46a80dCopy full SHA for f46a80d
.github/workflows/test.yml
@@ -34,12 +34,12 @@ jobs:
34
continue-on-error: ${{ matrix.experimental }}
35
steps:
36
- name: Install Python ${{ matrix.python }}
37
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
38
with:
39
python-version: ${{ matrix.python }}
40
41
- name: Checkout structa
42
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
43
44
- name: Install dependencies
45
run: |
0 commit comments