We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6380042 + 970ca2f commit 862e17fCopy full SHA for 862e17f
1 file changed
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
uses: actions/checkout@v4
41
42
- name: Setup Python
43
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
44
with:
45
python-version: ${{ env.PYTHON_VERSION }}
46
@@ -57,7 +57,7 @@ jobs:
57
58
59
60
61
62
63
0 commit comments