@@ -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
@@ -124,24 +124,24 @@ jobs:
124124 CIBW_TEST_COMMAND : " python {project}/tests/smoke_test.py"
125125
126126 steps :
127- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
127+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
128128 with :
129129 persist-credentials : false
130130 fetch-depth : 0
131131
132- - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
132+ - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
133133 name : Install Python
134134 with :
135135 python-version : " 3.13"
136136
137137 - name : Set up QEMU
138138 if : runner.os == 'Linux' && matrix.os != 'ubuntu-24.04-arm'
139- uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6 .0
139+ uses : docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7 .0
140140 with :
141141 platforms : all
142142
143143 - name : Build wheels
144- uses : pypa/cibuildwheel@c923d83ad9c1bc00211c5041d0c3f73294ff88f6 # v3.1.4
144+ uses : pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
145145 with :
146146 only : ${{ matrix.only }}
147147
@@ -162,12 +162,12 @@ jobs:
162162 run : |
163163 chcp 65001 #set code page to utf-8
164164 echo "ARTIFACT_NAME=${{ matrix.only }}" >> $env:GITHUB_ENV
165- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
165+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
166166 with :
167167 name : wheels-${{ env.ARTIFACT_NAME }}
168168 path : ./wheelhouse/*.whl
169169
170- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
170+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
171171 if : runner.os != 'Windows'
172172 with :
173173 name : debug-symbols-${{ env.ARTIFACT_NAME }}
0 commit comments