File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 36
36
- {VERSION: "3.14-dev", NOXSESSION: "tests", NOTE: "minimal", SODIUM_INSTALL_MINIMAL: "1"}
37
37
name : " Linux ${{ matrix.PYTHON.VERSION }} ${{ matrix.PYTHON.NOXSESSION }} ${{ matrix.PYTHON.NOTE }}"
38
38
steps :
39
- - uses : actions/checkout@v4.3 .0
39
+ - uses : actions/checkout@v5.0 .0
40
40
- name : Setup python
41
41
uses : actions/setup-python@v6
42
42
with :
81
81
RUNNER : macos-latest
82
82
name : " ${{ matrix.RUNNER }} ${{ matrix.PYTHON.VERSION }} ${{ matrix.python.NOXSESSION }} ${{ matrix.PYTHON.NOTE }}"
83
83
steps :
84
- - uses : actions/checkout@v4.3 .0
84
+ - uses : actions/checkout@v5.0 .0
85
85
- name : Setup python
86
86
uses : actions/setup-python@v6
87
87
with :
@@ -111,7 +111,7 @@ jobs:
111
111
112
112
name : " Windows ${{ matrix.WINDOWS.ARCH }} ${{ matrix.PYTHON.VERSION }} ${{ matrix.PYTHON.NOXSESSION }}"
113
113
steps :
114
- - uses : actions/checkout@v4.3 .0
114
+ - uses : actions/checkout@v5.0 .0
115
115
- name : Setup python
116
116
uses : actions/setup-python@v6
117
117
with :
@@ -142,7 +142,7 @@ jobs:
142
142
if : ${{ always() }}
143
143
timeout-minutes : 3
144
144
steps :
145
- - uses : actions/checkout@v4.3 .0
145
+ - uses : actions/checkout@v5.0 .0
146
146
timeout-minutes : 3
147
147
with :
148
148
persist-credentials : false
Original file line number Diff line number Diff line change 65
65
sed -i "s:ID=alpine:ID=NotpineForGHA:" /etc/os-release
66
66
if : startsWith(matrix.MANYLINUX.NAME, 'musllinux') && endsWith(matrix.MANYLINUX.NAME, 'aarch64')
67
67
68
- - uses : actions/checkout@v4.3 .0
68
+ - uses : actions/checkout@v5.0 .0
69
69
with :
70
70
# The tag to build or the tag received by the tag event
71
71
ref : ${{ github.event.inputs.version || github.ref }}
@@ -110,7 +110,7 @@ jobs:
110
110
BIN_PATH : ' /Library/Frameworks/PythonT.framework/Versions/3.14/bin/python3.14t'
111
111
name : " Python ${{ matrix.PYTHON.VERSION }} ${{ matrix.PYTHON.ABI_VERSION }} on macOS"
112
112
steps :
113
- - uses : actions/checkout@v4.3 .0
113
+ - uses : actions/checkout@v5.0 .0
114
114
with :
115
115
# The tag to build or the tag received by the tag event
116
116
ref : ${{ github.event.inputs.version || github.ref }}
@@ -175,7 +175,7 @@ jobs:
175
175
PYTHON : {VERSION: '3.14t-dev', SODIUM_MSVC_VERSION: 'v143'}
176
176
name : " ${{ matrix.PYTHON.VERSION }} ${{ matrix.WINDOWS.ARCH }} ${{ matrix.PYTHON.ABI_VERSION }}"
177
177
steps :
178
- - uses : actions/checkout@v4.3 .0
178
+ - uses : actions/checkout@v5.0 .0
179
179
with :
180
180
# The tag to build or the tag received by the tag event
181
181
ref : ${{ github.event.inputs.version || github.ref }}
You can’t perform that action at this time.
0 commit comments