We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5e96f7 commit 1967c63Copy full SHA for 1967c63
1 file changed
.github/workflows/test.yml
@@ -36,7 +36,7 @@ jobs:
36
steps:
37
- uses: actions/checkout@v4
38
- name: Set up Python ${{ matrix.python-version }}
39
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
40
with:
41
python-version: ${{ matrix.python-version }}
42
- name: Install and configure Poetry
0 commit comments