@@ -108,7 +108,7 @@ jobs:
108108 REQUIRE_CYTHON=1 poetry install --only=main,dev
109109 shell : bash
110110 - name : Run benchmarks
111- uses : CodSpeedHQ/action@653fdc30e6c40ffd9739e40c8a0576f4f4523ca1 # v3
111+ uses : CodSpeedHQ/action@4348f634fa7309fe23aac9502e88b999ec90a164 # v3
112112 with :
113113 token : ${{ secrets.CODSPEED_TOKEN }}
114114 run : poetry run pytest --no-cov -vvvvv --codspeed tests/benchmarks
@@ -288,14 +288,14 @@ jobs:
288288 fetch-depth : 0
289289
290290 - name : Build wheels ${{ matrix.musl }} (${{ matrix.qemu }})
291- uses : pypa/cibuildwheel@7c619efba910c04005a835b110b057fc28fd6e93 # v3.2.0
291+ uses : pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c # v3.2.1
292292 # to supply options, put them in 'env', like:
293293 env :
294294 CIBW_SKIP : cp36-* cp37-* pp36-* pp37-* pp38-* cp38-* ${{ matrix.musl == 'musllinux' && '*manylinux*' || '*musllinux*' }}
295295 CIBW_BEFORE_ALL_LINUX : apt install -y gcc || yum install -y gcc || apk add gcc
296296 REQUIRE_CYTHON : 1
297297
298- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
298+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v4
299299 with :
300300 path : ./wheelhouse/*.whl
301301 name : wheels-${{ matrix.os }}-${{ matrix.musl }}-${{ matrix.qemu }}-${{ matrix.pyver }}
@@ -308,7 +308,7 @@ jobs:
308308 id-token : write # IMPORTANT: this permission is mandatory for trusted publishing
309309
310310 steps :
311- - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v4
311+ - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v4
312312 with :
313313 # unpacks default artifact into dist/
314314 # if `name: artifact` is omitted, the action will create extra parent dir
0 commit comments