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 6242a49 commit 81a15a7Copy full SHA for 81a15a7
.github/workflows/test.yaml
@@ -13,9 +13,9 @@ jobs:
13
python-version: [3.8, 3.9, 3.11]
14
15
steps:
16
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
17
- name: Set up Python ${{ matrix.python-version }}
18
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
19
with:
20
python-version: ${{ matrix.python-version }}
21
- name: Setup poetry
0 commit comments