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 3636 - {VERSION: "3.14-dev", NOXSESSION: "tests", NOTE: "minimal", SODIUM_INSTALL_MINIMAL: "1"}
3737 name : " Linux ${{ matrix.PYTHON.VERSION }} ${{ matrix.PYTHON.NOXSESSION }} ${{ matrix.PYTHON.NOTE }}"
3838 steps :
39- - uses : actions/checkout@v4.3 .0
39+ - uses : actions/checkout@v5.0 .0
4040 - name : Setup python
4141 uses : actions/setup-python@v6
4242 with :
8181 RUNNER : macos-latest
8282 name : " ${{ matrix.RUNNER }} ${{ matrix.PYTHON.VERSION }} ${{ matrix.python.NOXSESSION }} ${{ matrix.PYTHON.NOTE }}"
8383 steps :
84- - uses : actions/checkout@v4.3 .0
84+ - uses : actions/checkout@v5.0 .0
8585 - name : Setup python
8686 uses : actions/setup-python@v6
8787 with :
@@ -111,7 +111,7 @@ jobs:
111111
112112 name : " Windows ${{ matrix.WINDOWS.ARCH }} ${{ matrix.PYTHON.VERSION }} ${{ matrix.PYTHON.NOXSESSION }}"
113113 steps :
114- - uses : actions/checkout@v4.3 .0
114+ - uses : actions/checkout@v5.0 .0
115115 - name : Setup python
116116 uses : actions/setup-python@v6
117117 with :
@@ -142,7 +142,7 @@ jobs:
142142 if : ${{ always() }}
143143 timeout-minutes : 3
144144 steps :
145- - uses : actions/checkout@v4.3 .0
145+ - uses : actions/checkout@v5.0 .0
146146 timeout-minutes : 3
147147 with :
148148 persist-credentials : false
Original file line number Diff line number Diff line change 6565 sed -i "s:ID=alpine:ID=NotpineForGHA:" /etc/os-release
6666 if : startsWith(matrix.MANYLINUX.NAME, 'musllinux') && endsWith(matrix.MANYLINUX.NAME, 'aarch64')
6767
68- - uses : actions/checkout@v4.3 .0
68+ - uses : actions/checkout@v5.0 .0
6969 with :
7070 # The tag to build or the tag received by the tag event
7171 ref : ${{ github.event.inputs.version || github.ref }}
@@ -110,7 +110,7 @@ jobs:
110110 BIN_PATH : ' /Library/Frameworks/PythonT.framework/Versions/3.14/bin/python3.14t'
111111 name : " Python ${{ matrix.PYTHON.VERSION }} ${{ matrix.PYTHON.ABI_VERSION }} on macOS"
112112 steps :
113- - uses : actions/checkout@v4.3 .0
113+ - uses : actions/checkout@v5.0 .0
114114 with :
115115 # The tag to build or the tag received by the tag event
116116 ref : ${{ github.event.inputs.version || github.ref }}
@@ -175,7 +175,7 @@ jobs:
175175 PYTHON : {VERSION: '3.14t-dev', SODIUM_MSVC_VERSION: 'v143'}
176176 name : " ${{ matrix.PYTHON.VERSION }} ${{ matrix.WINDOWS.ARCH }} ${{ matrix.PYTHON.ABI_VERSION }}"
177177 steps :
178- - uses : actions/checkout@v4.3 .0
178+ - uses : actions/checkout@v5.0 .0
179179 with :
180180 # The tag to build or the tag received by the tag event
181181 ref : ${{ github.event.inputs.version || github.ref }}
You can’t perform that action at this time.
0 commit comments