File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -282,7 +282,7 @@ jobs:
282282 - uses : actions/checkout@v6.0.1
283283 - uses : dtolnay/rust-toolchain@stable
284284 - uses : Swatinem/rust-cache@v2
285- - uses : actions/setup-python@v6.1 .0
285+ - uses : actions/setup-python@v6.2 .0
286286 with :
287287 python-version : ${{ env.PYTHON_VERSION }}
288288 - name : Set up the Mac environment
@@ -294,7 +294,7 @@ jobs:
294294 - name : build rustpython
295295 run : cargo build --release --verbose --features=threading ${{ env.CARGO_ARGS }},jit
296296 if : runner.os != 'macOS'
297- - uses : actions/setup-python@v6.1 .0
297+ - uses : actions/setup-python@v6.2 .0
298298 with :
299299 python-version : ${{ env.PYTHON_VERSION }}
300300 - name : run snippets
@@ -525,7 +525,7 @@ jobs:
525525 wget https://github.com/mozilla/geckodriver/releases/download/v0.36.0/geckodriver-v0.36.0-linux64.tar.gz
526526 mkdir geckodriver
527527 tar -xzf geckodriver-v0.36.0-linux64.tar.gz -C geckodriver
528- - uses : actions/setup-python@v6.1 .0
528+ - uses : actions/setup-python@v6.2 .0
529529 with :
530530 python-version : ${{ env.PYTHON_VERSION }}
531531 - run : python -m pip install -r requirements.txt
Original file line number Diff line number Diff line change 2727 - uses : actions/checkout@v6.0.1
2828 - uses : dtolnay/rust-toolchain@stable
2929 - uses : taiki-e/install-action@cargo-llvm-cov
30- - uses : actions/setup-python@v6.1 .0
30+ - uses : actions/setup-python@v6.2 .0
3131 with :
3232 python-version : ${{ env.PYTHON_VERSION }}
3333 - run : sudo apt-get update && sudo apt-get -y install lcov
8787 steps :
8888 - uses : actions/checkout@v6.0.1
8989 - uses : dtolnay/rust-toolchain@stable
90- - uses : actions/setup-python@v6.1 .0
90+ - uses : actions/setup-python@v6.2 .0
9191 with :
9292 python-version : ${{ env.PYTHON_VERSION }}
9393 - name : build rustpython
@@ -145,7 +145,7 @@ jobs:
145145 steps :
146146 - uses : actions/checkout@v6.0.1
147147 - uses : dtolnay/rust-toolchain@stable
148- - uses : actions/setup-python@v6.1 .0
148+ - uses : actions/setup-python@v6.2 .0
149149 with :
150150 python-version : ${{ env.PYTHON_VERSION }}
151151 - run : cargo install cargo-criterion
Original file line number Diff line number Diff line change 7070
7171 - name : Setup Python
7272 if : steps.changed-files.outputs.modules != ''
73- uses : actions/setup-python@v6.1 .0
73+ uses : actions/setup-python@v6.2 .0
7474 with :
7575 python-version : " 3.12"
7676
Original file line number Diff line number Diff line change 3535 sparse-checkout : |
3636 crates/doc
3737
38- - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
38+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
3939 with :
4040 python-version : ${{ inputs.python-version }}
4141
You can’t perform that action at this time.
0 commit comments