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 8996512 commit d476c73Copy full SHA for d476c73
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
python-version: [3.6, 3.7, 3.8, 3.9]
25
26
steps:
27
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
28
- name: Set up Python ${{ matrix.python-version }}
29
uses: actions/setup-python@v3
30
with:
0 commit comments