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 1dc2674 commit 5220cb6Copy full SHA for 5220cb6
.github/workflows/ci.yaml
@@ -19,7 +19,7 @@ jobs:
19
steps:
20
- uses: actions/checkout@master
21
- name: Set up Python ${{ matrix.python-version }}
22
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v4
23
with:
24
python-version: ${{ matrix.python-version }}
25
- name: Install poetry
0 commit comments