@@ -256,7 +256,7 @@ jobs:
256256 key : lalrpop-${{ hashFiles('compiler/parser/python.lalrpop') }}
257257
258258 - uses : dtolnay/rust-toolchain@stable
259- - uses : actions/setup-python@v2
259+ - uses : actions/setup-python@v4
260260 with :
261261 python-version : " 3.11"
262262 - name : Set up the Windows environment
@@ -272,7 +272,7 @@ jobs:
272272 - uses : Swatinem/rust-cache@v2
273273 - name : build rustpython
274274 run : cargo build --release --verbose --features=threading ${{ env.CARGO_ARGS }}
275- - uses : actions/setup-python@v2
275+ - uses : actions/setup-python@v4
276276 with :
277277 python-version : " 3.11"
278278 - name : run snippets
@@ -362,7 +362,7 @@ jobs:
362362 run : cargo fmt --all -- --check
363363 - name : run clippy on wasm
364364 run : cargo clippy --manifest-path=wasm/lib/Cargo.toml -- -Dwarnings
365- - uses : actions/setup-python@v2
365+ - uses : actions/setup-python@v4
366366 with :
367367 python-version : " 3.11"
368368 - name : install flake8
@@ -422,7 +422,7 @@ jobs:
422422 wget https://github.com/mozilla/geckodriver/releases/download/v0.30.0/geckodriver-v0.30.0-linux64.tar.gz
423423 mkdir geckodriver
424424 tar -xzf geckodriver-v0.30.0-linux64.tar.gz -C geckodriver
425- - uses : actions/setup-python@v2
425+ - uses : actions/setup-python@v4
426426 with :
427427 python-version : " 3.11"
428428 - run : python -m pip install -r requirements.txt
0 commit comments