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.
2 parents 456549a + 40c2cc6 commit 5e72c71Copy full SHA for 5e72c71
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: actions/checkout@v5
18
19
- name: Set up Python
20
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
21
22
- name: Display Python version
23
run: python -c "import sys; print(sys.version)"
@@ -76,7 +76,7 @@ jobs:
76
77
78
79
80
81
82
@@ -99,7 +99,7 @@ jobs:
99
100
101
102
103
104
105
0 commit comments