@@ -39,12 +39,12 @@ jobs:
3939 os : [ ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-15-intel, macos-latest ]
4040
4141 steps :
42- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
42+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.1
4343 with :
4444 fetch-depth : 1
4545 persist-credentials : false
4646
47- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
47+ - uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
4848 with :
4949 python-version : |
5050 3.10
5454 3.14
5555
5656 - name : Install UV
57- uses : astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
57+ uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
5858
5959 - name : Set version with RC
6060 shell : bash
6969 if : matrix.os == 'ubuntu-latest'
7070
7171 - name : Build wheels
72- uses : pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
72+ uses : pypa/cibuildwheel@1828c10ab37f080699c7b81cea34097c684a7074 # v4.2.0
7373 with :
7474 output-dir : wheelhouse
7575 config-file : " pyproject.toml"
8989 if : matrix.os == 'ubuntu-latest'
9090 run : ls -lah dist/* && cp dist/* wheelhouse/
9191
92- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
92+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
9393 with :
9494 name : " pypi-release-candidate-${{ matrix.os }}"
9595 path : ./wheelhouse/*
@@ -100,7 +100,7 @@ jobs:
100100 - pypi-build-artifacts
101101 steps :
102102 - name : Merge Artifacts
103- uses : actions/upload-artifact/merge@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
103+ uses : actions/upload-artifact/merge@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
104104 with :
105105 name : " pypi-release-candidate-${{ inputs.VERSION }}"
106106 pattern : pypi-release-candidate*
0 commit comments