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 3219866 commit 7cd9207Copy full SHA for 7cd9207
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Checkout
16
uses: actions/checkout@v4
17
- name: Setup python
18
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v6
19
with:
20
python-version: ${{ matrix.python }}
21
allow-prereleases: true
@@ -46,7 +46,7 @@ jobs:
46
47
48
49
50
if: "!endsWith(matrix.python, '-dev')"
51
52
@@ -76,7 +76,7 @@ jobs:
76
77
78
79
80
81
82
0 commit comments