File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 30
30
- {VERSION: "3.12", TOXENV: "py312", NOTE: "minimal", SODIUM_INSTALL_MINIMAL: "1"}
31
31
name : " Linux ${{ matrix.PYTHON.TOXENV }} ${{ matrix.PYTHON.NOTE }}"
32
32
steps :
33
- - uses : actions/checkout@v4.1.6
33
+ - uses : actions/checkout@v4.1.7
34
34
- name : Setup python
35
35
uses : actions/setup-python@v5
36
36
with :
79
79
RUNNER : macos-latest
80
80
name : " Python ${{ matrix.PYTHON.VERSION }}${{ matrix.PYTHON.NOTE }} on ${{ matrix.RUNNER }}"
81
81
steps :
82
- - uses : actions/checkout@v4.1.6
82
+ - uses : actions/checkout@v4.1.7
83
83
- name : Setup python
84
84
uses : actions/setup-python@v5
85
85
with :
@@ -112,7 +112,7 @@ jobs:
112
112
- {VERSION: "3.12", TOXENV: "py312", SODIUM_MSVC_VERSION: "v142"}
113
113
name : " Python ${{ matrix.PYTHON.VERSION }} on Windows ${{ matrix.WINDOWS.ARCH }}"
114
114
steps :
115
- - uses : actions/checkout@v4.1.6
115
+ - uses : actions/checkout@v4.1.7
116
116
- name : Setup python
117
117
uses : actions/setup-python@v5
118
118
with :
Original file line number Diff line number Diff line change 39
39
- name : Ridiculous-er workaround for static node20
40
40
run : |
41
41
cp -R /staticnode/* /staticnodecontainer/
42
- - uses : actions/checkout@v4.1.6
42
+ - uses : actions/checkout@v4.1.7
43
43
with :
44
44
# The tag to build or the tag received by the tag event
45
45
ref : ${{ github.event.inputs.version || github.ref }}
79
79
BIN_PATH : ' /Library/Frameworks/Python.framework/Versions/3.10/bin/python3'
80
80
name : " Python ${{ matrix.PYTHON.VERSION }} for ABI ${{ matrix.PYTHON.ABI_VERSION }} on macOS"
81
81
steps :
82
- - uses : actions/checkout@v4.1.6
82
+ - uses : actions/checkout@v4.1.7
83
83
with :
84
84
# The tag to build or the tag received by the tag event
85
85
ref : ${{ github.event.inputs.version || github.ref }}
@@ -127,7 +127,7 @@ jobs:
127
127
- {VERSION: "3.9", SODIUM_MSVC_VERSION: "v142", "ABI_VERSION": "cp36"}
128
128
name : " ${{ matrix.PYTHON.VERSION }} ${{ matrix.WINDOWS.ARCH }} ${{ matrix.PYTHON.ABI_VERSION }}"
129
129
steps :
130
- - uses : actions/checkout@v4.1.6
130
+ - uses : actions/checkout@v4.1.7
131
131
with :
132
132
# The tag to build or the tag received by the tag event
133
133
ref : ${{ github.event.inputs.version || github.ref }}
You can’t perform that action at this time.
0 commit comments