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 96461ae commit c8ed644Copy full SHA for c8ed644
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
Lint:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
17
- name: Set up Python
18
uses: actions/setup-python@v5
19
with:
@@ -29,7 +29,7 @@ jobs:
29
matrix:
30
python-version: [ "3.8", "3.9", "3.10", "3.11" ]
31
32
33
- name: Set up Python ${{ matrix.python-version }}
34
35
0 commit comments