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 3434 - {VERSION: "3.13", NOXSESSION: "tests", NOTE: "minimal", SODIUM_INSTALL_MINIMAL: "1"}
3535 name : " Linux ${{ matrix.PYTHON.VERSION }} ${{ matrix.PYTHON.NOXSESSION }} ${{ matrix.PYTHON.NOTE }}"
3636 steps :
37- - uses : actions/checkout@v4.2.2
37+ - uses : actions/checkout@v4.3.0
3838 - name : Setup python
3939 uses : actions/setup-python@v5
4040 with :
7878 RUNNER : macos-latest
7979 name : " ${{ matrix.RUNNER }} ${{ matrix.PYTHON.VERSION }} ${{ matrix.python.NOXSESSION }} ${{ matrix.PYTHON.NOTE }}"
8080 steps :
81- - uses : actions/checkout@v4.2.2
81+ - uses : actions/checkout@v4.3.0
8282 - name : Setup python
8383 uses : actions/setup-python@v5
8484 with :
@@ -107,7 +107,7 @@ jobs:
107107
108108 name : " Windows ${{ matrix.WINDOWS.ARCH }} ${{ matrix.PYTHON.VERSION }} ${{ matrix.PYTHON.NOXSESSION }}"
109109 steps :
110- - uses : actions/checkout@v4.2.2
110+ - uses : actions/checkout@v4.3.0
111111 - name : Setup python
112112 uses : actions/setup-python@v5
113113 with :
@@ -138,7 +138,7 @@ jobs:
138138 if : ${{ always() }}
139139 timeout-minutes : 3
140140 steps :
141- - uses : actions/checkout@v4.2.2
141+ - uses : actions/checkout@v4.3.0
142142 timeout-minutes : 3
143143 with :
144144 persist-credentials : false
Original file line number Diff line number Diff line change 5454 sed -i "s:ID=alpine:ID=NotpineForGHA:" /etc/os-release
5555 if : startsWith(matrix.MANYLINUX.NAME, 'musllinux') && endsWith(matrix.MANYLINUX.NAME, 'aarch64')
5656
57- - uses : actions/checkout@v4.2.2
57+ - uses : actions/checkout@v4.3.0
5858 with :
5959 # The tag to build or the tag received by the tag event
6060 ref : ${{ github.event.inputs.version || github.ref }}
8989 BIN_PATH : ' /Library/Frameworks/Python.framework/Versions/3.10/bin/python3'
9090 name : " Python ${{ matrix.PYTHON.VERSION }} for ABI ${{ matrix.PYTHON.ABI_VERSION }} on macOS"
9191 steps :
92- - uses : actions/checkout@v4.2.2
92+ - uses : actions/checkout@v4.3.0
9393 with :
9494 # The tag to build or the tag received by the tag event
9595 ref : ${{ github.event.inputs.version || github.ref }}
@@ -137,7 +137,7 @@ jobs:
137137 PYTHON : {VERSION: '3.11', ABI_VERSION: 'cp37', SODIUM_MSVC_VERSION: 'v143'}
138138 name : " ${{ matrix.PYTHON.VERSION }} ${{ matrix.WINDOWS.ARCH }} ${{ matrix.PYTHON.ABI_VERSION }}"
139139 steps :
140- - uses : actions/checkout@v4.2.2
140+ - uses : actions/checkout@v4.3.0
141141 with :
142142 # The tag to build or the tag received by the tag event
143143 ref : ${{ github.event.inputs.version || github.ref }}
You can’t perform that action at this time.
0 commit comments