File tree Expand file tree Collapse file tree 9 files changed +11
-11
lines changed Expand file tree Collapse file tree 9 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104
104
- uses : actions/checkout@v4
105
105
with :
106
106
persist-credentials : false
107
- - uses : actions/setup-python@v5
107
+ - uses : actions/setup-python@v6
108
108
with :
109
109
python-version : ' 3.x'
110
110
- name : Runner image version
Original file line number Diff line number Diff line change 95
95
- uses : actions/checkout@v4
96
96
with :
97
97
persist-credentials : false
98
- - uses : actions/setup-python@v5
98
+ - uses : actions/setup-python@v6
99
99
with :
100
100
python-version : ' 3.11'
101
101
@@ -149,7 +149,7 @@ jobs:
149
149
# - uses: actions/checkout@v4
150
150
# with:
151
151
# persist-credentials: false
152
- # - uses: actions/setup-python@v5
152
+ # - uses: actions/setup-python@v6
153
153
# with:
154
154
# python-version: '3.11'
155
155
# - name: Build with JIT enabled and GIL disabled
Original file line number Diff line number Diff line change 22
22
- uses : actions/checkout@v4
23
23
with :
24
24
persist-credentials : false
25
- - uses : actions/setup-python@v5
25
+ - uses : actions/setup-python@v6
26
26
with :
27
27
python-version : " 3.x"
28
28
-
uses :
pre-commit/[email protected]
Original file line number Diff line number Diff line change 65
65
- uses : actions/checkout@v4
66
66
with :
67
67
persist-credentials : false
68
- - uses : actions/setup-python@v5
68
+ - uses : actions/setup-python@v6
69
69
with :
70
70
python-version : " 3.13"
71
71
cache : pip
Original file line number Diff line number Diff line change 50
50
run-windows-tests : ${{ steps.changes.outputs.run-windows-tests }}
51
51
steps :
52
52
- name : Set up Python
53
- uses : actions/setup-python@v5
53
+ uses : actions/setup-python@v6
54
54
with :
55
55
python-version : " 3"
56
56
Original file line number Diff line number Diff line change 52
52
git fetch origin "${refspec_base}" --shallow-since="${DATE}" \
53
53
--no-tags --prune --no-recurse-submodules
54
54
- name : ' Set up Python'
55
- uses : actions/setup-python@v5
55
+ uses : actions/setup-python@v6
56
56
with :
57
57
python-version : ' 3'
58
58
cache : ' pip'
@@ -112,7 +112,7 @@ jobs:
112
112
with :
113
113
persist-credentials : false
114
114
- name : ' Set up Python'
115
- uses : actions/setup-python@v5
115
+ uses : actions/setup-python@v6
116
116
with :
117
117
python-version : ' 3'
118
118
cache : ' pip'
Original file line number Diff line number Diff line change 50
50
- name : " Add ccache to PATH"
51
51
run : echo "PATH=/usr/lib/ccache:$PATH" >> "$GITHUB_ENV"
52
52
- name : " Install Python"
53
- uses : actions/setup-python@v5
53
+ uses : actions/setup-python@v6
54
54
with :
55
55
python-version : ' 3.x'
56
56
- name : " Runner image version"
Original file line number Diff line number Diff line change 75
75
- uses : actions/checkout@v4
76
76
with :
77
77
persist-credentials : false
78
- - uses : actions/setup-python@v5
78
+ - uses : actions/setup-python@v6
79
79
with :
80
80
python-version : ' 3.11'
81
81
Original file line number Diff line number Diff line change 28
28
- uses : actions/checkout@v4
29
29
with :
30
30
persist-credentials : false
31
- - uses : actions/setup-python@v5
31
+ - uses : actions/setup-python@v6
32
32
with :
33
33
python-version : ' 3'
34
34
- name : Compare checksum of bundled wheels to the ones published on PyPI
You can’t perform that action at this time.
0 commit comments