Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# pinned in rust-toolchain.toml.
run: rustup toolchain install

- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
- uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2

- name: cargo fmt
run: cargo fmt --all --check
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
echo "version=${msrv}" >> "${GITHUB_OUTPUT}"
- name: Install MSRV toolchain
run: rustup toolchain install "${{ steps.msrv.outputs.version }}" --profile minimal
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
- uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2
with:
key: msrv
- name: cargo check --locked on MSRV
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
# No version argument: installs the channel pinned in
# rust-toolchain.toml.
run: rustup toolchain install
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
- uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2
with:
key: smoke-${{ matrix.os }}
- name: Build wheel
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
# No version argument: installs the channel pinned in
# rust-toolchain.toml.
run: rustup toolchain install
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
- uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2
with:
key: install-${{ matrix.os }}

Expand Down Expand Up @@ -346,7 +346,7 @@ jobs:
# No version argument: installs the channel pinned in
# rust-toolchain.toml.
run: rustup toolchain install
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
- uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2
with:
key: self-update-${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/func-tests-live.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
rustup toolchain install stable --profile minimal
rustup default stable
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
- uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2

- name: Live smoke tests
env:
Expand Down