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 34
34
- {VERSION: "3.13", NOXSESSION: "tests", NOTE: "minimal", SODIUM_INSTALL_MINIMAL: "1"}
35
35
name : " Linux ${{ matrix.PYTHON.VERSION }} ${{ matrix.PYTHON.NOXSESSION }} ${{ matrix.PYTHON.NOTE }}"
36
36
steps :
37
- - uses : actions/checkout@v4.3 .0
37
+ - uses : actions/checkout@v5.0 .0
38
38
- name : Setup python
39
39
uses : actions/setup-python@v5
40
40
with :
78
78
RUNNER : macos-latest
79
79
name : " ${{ matrix.RUNNER }} ${{ matrix.PYTHON.VERSION }} ${{ matrix.python.NOXSESSION }} ${{ matrix.PYTHON.NOTE }}"
80
80
steps :
81
- - uses : actions/checkout@v4.3 .0
81
+ - uses : actions/checkout@v5.0 .0
82
82
- name : Setup python
83
83
uses : actions/setup-python@v5
84
84
with :
@@ -107,7 +107,7 @@ jobs:
107
107
108
108
name : " Windows ${{ matrix.WINDOWS.ARCH }} ${{ matrix.PYTHON.VERSION }} ${{ matrix.PYTHON.NOXSESSION }}"
109
109
steps :
110
- - uses : actions/checkout@v4.3 .0
110
+ - uses : actions/checkout@v5.0 .0
111
111
- name : Setup python
112
112
uses : actions/setup-python@v5
113
113
with :
@@ -138,7 +138,7 @@ jobs:
138
138
if : ${{ always() }}
139
139
timeout-minutes : 3
140
140
steps :
141
- - uses : actions/checkout@v4.3 .0
141
+ - uses : actions/checkout@v5.0 .0
142
142
timeout-minutes : 3
143
143
with :
144
144
persist-credentials : false
Original file line number Diff line number Diff line change 55
55
sed -i "s:ID=alpine:ID=NotpineForGHA:" /etc/os-release
56
56
if : startsWith(matrix.MANYLINUX.NAME, 'musllinux') && endsWith(matrix.MANYLINUX.NAME, 'aarch64')
57
57
58
- - uses : actions/checkout@v4.3 .0
58
+ - uses : actions/checkout@v5.0 .0
59
59
with :
60
60
# The tag to build or the tag received by the tag event
61
61
ref : ${{ github.event.inputs.version || github.ref }}
90
90
BIN_PATH : ' /Library/Frameworks/Python.framework/Versions/3.10/bin/python3'
91
91
name : " Python ${{ matrix.PYTHON.VERSION }} for ABI ${{ matrix.PYTHON.ABI_VERSION }} on macOS"
92
92
steps :
93
- - uses : actions/checkout@v4.3 .0
93
+ - uses : actions/checkout@v5.0 .0
94
94
with :
95
95
# The tag to build or the tag received by the tag event
96
96
ref : ${{ github.event.inputs.version || github.ref }}
@@ -138,7 +138,7 @@ jobs:
138
138
PYTHON : {VERSION: '3.11', ABI_VERSION: 'cp37', SODIUM_MSVC_VERSION: 'v143'}
139
139
name : " ${{ matrix.PYTHON.VERSION }} ${{ matrix.WINDOWS.ARCH }} ${{ matrix.PYTHON.ABI_VERSION }}"
140
140
steps :
141
- - uses : actions/checkout@v4.3 .0
141
+ - uses : actions/checkout@v5.0 .0
142
142
with :
143
143
# The tag to build or the tag received by the tag event
144
144
ref : ${{ github.event.inputs.version || github.ref }}
You can’t perform that action at this time.
0 commit comments