Skip to content

Commit 62f3a68

Browse files
committed
Correct typo in action version.
1 parent 5d0c165 commit 62f3a68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
merge-multiple: true
141141

142142
- name: Set up Python
143-
uses: actions/[email protected].2
143+
uses: actions/[email protected].0
144144
with:
145145
# Appending -dev ensures that we can always build the dev release.
146146
# It's a no-op for versions that have been published.
@@ -212,7 +212,7 @@ jobs:
212212
python -m testbed run -- test --single-process --rerun -W test_builtin test_grammar test_os test_bz2 test_ctypes
213213
214214
crossenv-test:
215-
name: Cross-platform env test (${{ matrix.platform }})
215+
name: Cross-platform env test (${{ matrix.multiarch }})
216216
runs-on: macOS-latest
217217
needs: [ config, build ]
218218
strategy:

0 commit comments

Comments
 (0)