diff --git a/.github/actions/run_tests/action.yml b/.github/actions/run_tests/action.yml index df714be003..e97d8f7541 100644 --- a/.github/actions/run_tests/action.yml +++ b/.github/actions/run_tests/action.yml @@ -7,7 +7,7 @@ runs: - name: Install Rust shell: bash -euxo pipefail {0} run: | - cargo install cargo-nextest + cargo install cargo-nextest --locked - name: Install Node uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4 diff --git a/.github/workflows/deploy_collab.yml b/.github/workflows/deploy_collab.yml index 664a702cee..afc96c32bf 100644 --- a/.github/workflows/deploy_collab.yml +++ b/.github/workflows/deploy_collab.yml @@ -44,7 +44,7 @@ jobs: - name: Install cargo nextest shell: bash -euxo pipefail {0} run: | - cargo install cargo-nextest + cargo install cargo-nextest --locked - name: Limit target directory size shell: bash -euxo pipefail {0}