@@ -47,24 +47,24 @@ jobs:
4747 contents : read
4848 steps :
4949 - name : Checkout
50- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
50+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
5151 with :
5252 fetch-depth : 0
5353 persist-credentials : false
5454
5555 - name : Set up Python
56- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
56+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
5757 with :
5858 python-version : " 3.x"
5959
6060 - name : Build wheels
61- uses : pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
61+ uses : pypa/cibuildwheel@294735312765b09d24a2fbec22660ce817587d55 # v4.1.0
6262 with :
6363 output-dir : dist
6464
6565 - name : Generate build provenance attestation for wheels
6666 if : inputs.attest-package == 'true'
67- uses : actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4
67+ uses : actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4
6868 with :
6969 subject-path : " dist/*.whl"
7070
@@ -85,13 +85,13 @@ jobs:
8585 contents : read
8686 steps :
8787 - name : Checkout
88- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
88+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
8989 with :
9090 fetch-depth : 0
9191 persist-credentials : false
9292
9393 - name : Set up Python
94- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
94+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
9595 with :
9696 python-version : " 3.x"
9797
@@ -102,7 +102,7 @@ jobs:
102102
103103 - name : Generate build provenance attestation for sdist
104104 if : inputs.attest-package == 'true'
105- uses : actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4
105+ uses : actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4
106106 with :
107107 subject-path : " dist/*.tar.gz"
108108
@@ -125,13 +125,13 @@ jobs:
125125 python-version : ["3.10", "3.11", "3.12", "3.13", "3.14", "3.15"]
126126 steps :
127127 - name : Checkout
128- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
128+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
129129 with :
130130 fetch-depth : 0
131131 persist-credentials : false
132132
133133 - name : Set up Python
134- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
134+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
135135 with :
136136 python-version : ${{ matrix.python-version }}
137137 allow-prereleases : true
0 commit comments