@@ -23,12 +23,12 @@ jobs:
2323 outputs :
2424 library_version : ${{ steps.compute-version.outputs.library_version }}
2525 steps :
26- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2727 # Include all history and tags
2828 with :
2929 persist-credentials : false
3030 fetch-depth : 0
31- - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
31+ - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
3232 name : Install Python
3333 with :
3434 python-version : ' 3.12'
@@ -50,10 +50,10 @@ jobs:
5050 outputs :
5151 include : ${{steps.set-matrix.outputs.include}}
5252 steps :
53- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
53+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5454 with :
5555 persist-credentials : false
56- - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
56+ - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
5757 with :
5858 python-version : " 3.13"
5959 - run : pip install cibuildwheel==3.1.4
@@ -127,24 +127,24 @@ jobs:
127127 CIBW_TEST_COMMAND : " python {project}/tests/smoke_test.py"
128128
129129 steps :
130- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
130+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
131131 with :
132132 persist-credentials : false
133133 fetch-depth : 0
134134
135- - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
135+ - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
136136 name : Install Python
137137 with :
138138 python-version : " 3.13"
139139
140140 - name : Set up QEMU
141141 if : runner.os == 'Linux' && matrix.os != 'ubuntu-24.04-arm'
142- uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6 .0
142+ uses : docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7 .0
143143 with :
144144 platforms : all
145145
146146 - name : Build wheels
147- uses : pypa/cibuildwheel@c923d83ad9c1bc00211c5041d0c3f73294ff88f6 # v3.1.4
147+ uses : pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c # v3.2.1
148148 with :
149149 only : ${{ matrix.only }}
150150
@@ -165,12 +165,12 @@ jobs:
165165 run : |
166166 chcp 65001 #set code page to utf-8
167167 echo "ARTIFACT_NAME=${{ matrix.only }}" >> $env:GITHUB_ENV
168- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
168+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
169169 with :
170170 name : wheels-${{ env.ARTIFACT_NAME }}
171171 path : ./wheelhouse/*.whl
172172
173- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
173+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
174174 if : runner.os != 'Windows'
175175 with :
176176 name : debug-symbols-${{ env.ARTIFACT_NAME }}
0 commit comments