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 3cd2d76 commit b5ea5caCopy full SHA for b5ea5ca
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
steps:
39
- uses: actions/checkout@v5
40
- name: Set up Python
41
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
42
with:
43
python-version: ${{ matrix.python-version }}
44
- name: Set up Poetry
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
25
26
27
28
29
python-version: '3.13'
30
0 commit comments