Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon authored Jun 27, 2024
1 parent 7a2cc78 commit ecfda87
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
description: "Version of CPython to build"
wasi_sdk_version:
required: true
default: 20
default: 21
type: number
description: "WASI SDK version"
threads:
Expand Down Expand Up @@ -61,11 +61,11 @@ jobs:
liblzma-dev libsqlite3-dev libssl-dev \
lzma lzma-dev uuid-dev zlib1g-dev
- name: "Install Python"
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.x"
- name: "Checkout CPython"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: "python/cpython"
ref: "v${{ inputs.python_version }}"
Expand Down Expand Up @@ -151,11 +151,11 @@ jobs:
liblzma-dev libsqlite3-dev libssl-dev \
lzma lzma-dev uuid-dev zlib1g-dev
- name: "Install Python"
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.x"
- name: "Checkout CPython"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: "python/cpython"
ref: "v${{ inputs.python_version }}"
Expand Down

0 comments on commit ecfda87

Please sign in to comment.