@@ -88,12 +88,12 @@ jobs:
88
88
89
89
steps :
90
90
- name : Checkout numpy-release
91
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
91
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
92
92
with :
93
93
persist-credentials : false
94
94
95
95
- name : Checkout numpy
96
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
96
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
97
97
with :
98
98
repository : numpy/numpy
99
99
ref : ${{ env.SOURCE_REF_TO_BUILD }}
@@ -149,7 +149,7 @@ jobs:
149
149
echo "CIBW_PLATFORM=pyodide" >> "$GITHUB_ENV"
150
150
151
151
- name : Build wheels
152
- uses : pypa/cibuildwheel@c923d83ad9c1bc00211c5041d0c3f73294ff88f6
152
+ uses : pypa/cibuildwheel@c923d83ad9c1bc00211c5041d0c3f73294ff88f6 # v3.1.4
153
153
env :
154
154
CIBW_BUILD : ${{ matrix.python }}-${{ matrix.buildplat[1] }}
155
155
SRC : ${{ github.workspace }}/numpy-src
@@ -169,7 +169,7 @@ jobs:
169
169
- name : install micromamba
170
170
# win-arm64 is unsupported by micromamba at the moment
171
171
if : github.event_name == 'schedule' && matrix.buildplat[1] != 'win_arm64'
172
- uses : mamba-org/setup-micromamba@b09ef9b599704322748535812ca03efb2625677b
172
+ uses : mamba-org/setup-micromamba@b09ef9b599704322748535812ca03efb2625677b # v2.0.5
173
173
with :
174
174
# For installation of anaconda-client, required for upload to anaconda.org
175
175
init-shell : bash
@@ -199,7 +199,7 @@ jobs:
199
199
runs-on : ubuntu-latest
200
200
steps :
201
201
- name : Checkout numpy
202
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
202
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
203
203
with :
204
204
repository : numpy/numpy
205
205
submodules : true
@@ -234,12 +234,12 @@ jobs:
234
234
id-token : write # mandatory for trusted publishing
235
235
steps :
236
236
- name : Download sdist and wheels
237
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v.4.3 .0
237
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
238
238
with :
239
239
path : dist
240
240
241
241
- name : Publish
242
- uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
242
+ uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
243
243
with :
244
244
repository-url : https://test.pypi.org/legacy/
245
245
skip-existing : true
@@ -254,7 +254,7 @@ jobs:
254
254
runs-on : ubuntu-latest
255
255
steps :
256
256
- name : Checkout numpy
257
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
257
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
258
258
with :
259
259
repository : numpy/numpy
260
260
ref : ${{ env.SOURCE_REF_TO_BUILD }}
@@ -288,12 +288,12 @@ jobs:
288
288
id-token : write # mandatory for trusted publishing
289
289
steps :
290
290
- name : Download sdist and wheels
291
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v.4.3 .0
291
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
292
292
with :
293
293
path : dist
294
294
295
295
- name : Publish
296
- uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
296
+ uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
297
297
with :
298
298
print-hash : true
299
299
attestations : true
0 commit comments