@@ -22,12 +22,12 @@ jobs:
2222 os : [ubuntu-latest, ubuntu-24.04-arm, windows-latest, windows-11-arm, macos-15-intel, macos-latest]
2323
2424 steps :
25- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
25+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
2626 with :
2727 persist-credentials : false
2828
2929 - name : Install uv
30- uses : astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7.1.3
30+ uses : astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
3131 with :
3232 enable-cache : false
3333
3838 CIBW_BUILD : cp39-*
3939 CIBW_CONFIG_SETTINGS : build-args="--features abi3"
4040
41- - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
41+ - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
4242 with :
4343 name : cibw-abi3-wheels-${{ matrix.os }}-${{ strategy.job-index }}
4444 path : ./wheelhouse/*.whl
@@ -50,14 +50,14 @@ jobs:
5050 permissions :
5151 contents : read
5252 steps :
53- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
53+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
5454 with :
5555 persist-credentials : false
5656
5757 - name : Build sdist
5858 run : pipx run build --sdist
5959
60- - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
60+ - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
6161 with :
6262 name : cibw-sdist
6363 path : dist/*.tar.gz
@@ -72,12 +72,12 @@ jobs:
7272 runs-on : ubuntu-latest
7373 steps :
7474 - name : Checkout code
75- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
75+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
7676 with :
7777 fetch-depth : 0 # Required for changelog
7878 persist-credentials : false
7979
80- - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
80+ - uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
8181 with :
8282 pattern : cibw-*
8383 path : dist
0 commit comments