Skip to content

Commit af7b173

Browse files
authored
Merge pull request #1345 from glotzerlab/dependabot-github_actions-main-actions-version-1222623579
Bump the actions-version group with 3 updates
2 parents a6931fd + 9ccc3bc commit af7b173

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
submodules: "recursive"
102102

103103
- name: Build wheels
104-
uses: pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # v2.23.3
104+
uses: pypa/cibuildwheel@352e01339f0a173aa2a3eb57f01492e341e83865 # v3.1.3
105105
env:
106106
CIBW_BUILD: "${{ matrix.python.version }}-*"
107107
CIBW_SKIP: "{pp*,*-musllinux_*}"
@@ -178,7 +178,7 @@ jobs:
178178

179179
steps:
180180
- name: Download artifacts
181-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
181+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
182182
with:
183183
merge-multiple: 'true'
184184
pattern: dist-*
@@ -277,15 +277,15 @@ jobs:
277277

278278
steps:
279279
- name: Download artifacts
280-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
280+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
281281
with:
282282
merge-multiple: true
283283

284284
- name: List files
285285
run: ls -lR
286286

287287
- name: Create release
288-
uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2
288+
uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2
289289
if: startsWith(github.ref, 'refs/tags/')
290290
with:
291291
files: |

0 commit comments

Comments
 (0)