Skip to content

Commit e606d70

Browse files
committed
cleanup: restore unnecessary changes relative to main
keep these commits clean! Signed-off-by: Zach Lewis <[email protected]>
1 parent bc0cc78 commit e606d70

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/wheel.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ jobs:
230230
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
231231

232232
- name: Install Python
233-
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.
233+
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
234234
with:
235235
python-version: '3.9'
236236

@@ -328,7 +328,7 @@ jobs:
328328
- name: Install Python
329329
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
330330
with:
331-
python-version: 3.9
331+
python-version: '3.9'
332332

333333
- name: ccache-restore
334334
id: ccache-restore
@@ -417,7 +417,7 @@ jobs:
417417
- name: Install Python
418418
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
419419
with:
420-
python-version: 3.9
420+
python-version: '3.9'
421421

422422
- name: ccache-restore
423423
id: ccache-restore
@@ -497,7 +497,7 @@ jobs:
497497
- name: Install Python
498498
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
499499
with:
500-
python-version: 3.9
500+
python-version: '3.9'
501501

502502
- name: Build wheels
503503
uses: pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c # v3.2.1

0 commit comments

Comments
 (0)