Skip to content

Commit

Permalink
chore(deps): pin actions-rs/toolchain action to 16499b5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 18, 2023
1 parent f89699a commit 5d0fc91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cross-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
with:
fetch-depth: 0 # fetch all history so that git describe works
- name: Set up Rust
uses: actions-rs/toolchain@v1
uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1
with:
toolchain: ${{ matrix.rust }}
override: true
Expand Down

0 comments on commit 5d0fc91

Please sign in to comment.