Skip to content

Commit af532b3

Browse files
committed
Fix version numbers on updated GitHub Action hashes
1 parent cfbf47e commit af532b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
14+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1515
with:
1616
persist-credentials: false
1717
- name: Build a binary wheel and a source tarball
@@ -36,7 +36,7 @@ jobs:
3636

3737
steps:
3838
- name: Download all the dists
39-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v4
39+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
4040
with:
4141
name: python-package-distributions
4242
path: dist/

0 commit comments

Comments
 (0)