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 263cb78 commit bb5ab64Copy full SHA for bb5ab64
.github/workflows/test.yaml
@@ -15,10 +15,10 @@ jobs:
15
runs-on: ${{ matrix.os }}-latest
16
17
steps:
18
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
19
20
- name: Set up Python ${{ matrix.python }}
21
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
22
with:
23
python-version: ${{ matrix.python }}
24
cache: 'pip'
0 commit comments