@@ -32,17 +32,17 @@ jobs:
3232
3333 steps :
3434 - name : Checkout code
35- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
35+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
3636 with :
3737 fetch-depth : 0
3838
3939 - name : Set up Python
40- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
40+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
4141 with :
4242 python-version : " ${{ env.PYTHON_VERSION }}"
4343
4444 - name : Install UV
45- uses : astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8 .0
45+ uses : astral-sh/setup-uv@eb1897b8dc4b5d5bfe39a428a8f2304605e0983c # v7.0 .0
4646
4747 - name : Install tools
4848 run : uv pip install --system hatch .
@@ -115,7 +115,7 @@ jobs:
115115
116116 steps :
117117 - name : Checkout code
118- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
118+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
119119 with :
120120 fetch-depth : 0
121121
@@ -127,12 +127,12 @@ jobs:
127127 tar --strip-components=1 -xzf - -C $PYAPP_REPO
128128
129129 - name : Set up Python
130- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
130+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
131131 with :
132132 python-version : " ${{ env.PYTHON_VERSION }}"
133133
134134 - name : Install UV
135- uses : astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8 .0
135+ uses : astral-sh/setup-uv@eb1897b8dc4b5d5bfe39a428a8f2304605e0983c # v7.0 .0
136136
137137 - name : Install Hatch
138138 run : |-
@@ -145,7 +145,7 @@ jobs:
145145
146146 - name : Set up cross compiling
147147 if : matrix.job.cross
148- uses : taiki-e/install-action@e30c5b8cfc4910a9f163907c8149ac1e54f1ab11 # v2.62.25
148+ uses : taiki-e/install-action@e0d9d86a6672531fbf9dbf1610fea4b39000a241 # v2.62.27
149149 with :
150150 tool : cross
151151
@@ -162,7 +162,7 @@ jobs:
162162
163163 - name : Download Python artifacts
164164 if : ${{ !startsWith(github.event.ref, 'refs/tags') }}
165- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
165+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
166166 with :
167167 name : python-artifacts
168168 path : dist
@@ -241,21 +241,21 @@ jobs:
241241
242242 steps :
243243 - name : Checkout code
244- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
244+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
245245
246246 - name : Set up Python
247- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
247+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
248248 with :
249249 python-version : " ${{ env.PYTHON_VERSION }}"
250250
251251 - name : Install UV
252- uses : astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8 .0
252+ uses : astral-sh/setup-uv@eb1897b8dc4b5d5bfe39a428a8f2304605e0983c # v7.0 .0
253253
254254 - name : Install PyOxidizer ${{ env.PYOXIDIZER_VERSION }}
255255 run : uv pip install --system pyoxidizer==${{ env.PYOXIDIZER_VERSION }}
256256
257257 - name : Download staged binaries
258- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
258+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
259259 with :
260260 pattern : staged-${{ runner.os }}-*
261261 path : archives
@@ -327,15 +327,15 @@ jobs:
327327
328328 steps :
329329 - name : Checkout code
330- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
330+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
331331
332332 - name : Set up Python
333- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
333+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
334334 with :
335335 python-version : " ${{ env.PYTHON_VERSION }}"
336336
337337 - name : Install UV
338- uses : astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8 .0
338+ uses : astral-sh/setup-uv@eb1897b8dc4b5d5bfe39a428a8f2304605e0983c # v7.0 .0
339339
340340 - name : Install PyOxidizer ${{ env.PYOXIDIZER_VERSION }}
341341 run : uv pip install --system pyoxidizer==${{ env.PYOXIDIZER_VERSION }}
@@ -350,7 +350,7 @@ jobs:
350350 tar --strip-components=1 -xzf - -C /usr/local/bin "$ARCHIVE_NAME/rcodesign"
351351
352352 - name : Download staged binaries
353- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
353+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
354354 with :
355355 pattern : staged-${{ runner.os }}-*
356356 path : archives
@@ -505,27 +505,27 @@ jobs:
505505
506506 steps :
507507 - name : Download Python artifacts
508- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
508+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
509509 with :
510510 name : python-artifacts
511511 path : dist
512512
513513 - name : Download binaries
514- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
514+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
515515 with :
516516 pattern : standalone-*
517517 path : archives
518518 merge-multiple : true
519519
520520 - name : Download installers
521- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
521+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
522522 with :
523523 pattern : installers-*
524524 path : installers
525525 merge-multiple : true
526526
527527 - name : Push Python artifacts to PyPI
528- uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
528+ uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
529529 with :
530530 skip-existing : true
531531
0 commit comments