We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2be1aa commit 3283e09Copy full SHA for 3283e09
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
uses: actions/checkout@v4
37
38
- name: Setup Python
39
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
40
with:
41
python-version: ${{ env.PYTHON_VERSION }}
42
@@ -53,7 +53,7 @@ jobs:
53
54
55
56
57
58
59
0 commit comments