Skip to content

Commit d67da8e

Browse files
authored
[ci] Bump setup_python version in create_release.yml (WebAssembly#7267)
Hopefully this will fix the current failure: ``` Run actions/setup-python@v1 with: python-version: 3.x architecture: x64 Error: Version 3.x with arch x64 not found ```
1 parent 758cb17 commit d67da8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
matrix:
111111
os: [ubuntu-latest, ubuntu-24.04-arm]
112112
steps:
113-
- uses: actions/setup-python@v1
113+
- uses: actions/setup-python@v5
114114
with:
115115
python-version: '3.x'
116116
- uses: actions/checkout@v1
@@ -180,7 +180,7 @@ jobs:
180180
run:
181181
shell: bash
182182
steps:
183-
- uses: actions/setup-python@v1
183+
- uses: actions/setup-python@v5
184184
with:
185185
python-version: '3.x'
186186
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)