@@ -256,7 +256,7 @@ jobs:
256
256
key : lalrpop-${{ hashFiles('compiler/parser/python.lalrpop') }}
257
257
258
258
- uses : dtolnay/rust-toolchain@stable
259
- - uses : actions/setup-python@v2
259
+ - uses : actions/setup-python@v4
260
260
with :
261
261
python-version : " 3.11"
262
262
- name : Set up the Windows environment
@@ -272,7 +272,7 @@ jobs:
272
272
- uses : Swatinem/rust-cache@v2
273
273
- name : build rustpython
274
274
run : cargo build --release --verbose --features=threading ${{ env.CARGO_ARGS }}
275
- - uses : actions/setup-python@v2
275
+ - uses : actions/setup-python@v4
276
276
with :
277
277
python-version : " 3.11"
278
278
- name : run snippets
@@ -362,7 +362,7 @@ jobs:
362
362
run : cargo fmt --all -- --check
363
363
- name : run clippy on wasm
364
364
run : cargo clippy --manifest-path=wasm/lib/Cargo.toml -- -Dwarnings
365
- - uses : actions/setup-python@v2
365
+ - uses : actions/setup-python@v4
366
366
with :
367
367
python-version : " 3.11"
368
368
- name : install flake8
@@ -422,7 +422,7 @@ jobs:
422
422
wget https://github.com/mozilla/geckodriver/releases/download/v0.30.0/geckodriver-v0.30.0-linux64.tar.gz
423
423
mkdir geckodriver
424
424
tar -xzf geckodriver-v0.30.0-linux64.tar.gz -C geckodriver
425
- - uses : actions/setup-python@v2
425
+ - uses : actions/setup-python@v4
426
426
with :
427
427
python-version : " 3.11"
428
428
- run : python -m pip install -r requirements.txt
0 commit comments