We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad0f741 commit a809c55Copy full SHA for a809c55
.github/workflows/ci.yaml
@@ -158,7 +158,7 @@ jobs:
158
- name: Get cache-hit output
159
run: 'echo "Cache hit >>>>>: ${{ steps.init.outputs.cache-hit }}"'
160
- name: Setup Rust
161
- uses: actions-rust-lang/setup-rust-toolchain@11df97af8e8102fd60b60a77dfbf58d40cd843b8 # v1.10.1
+ uses: actions-rust-lang/setup-rust-toolchain@9399c7bb15d4c7d47b27263d024f0a4978346ba4 # v1.11.0
162
with:
163
toolchain: stable
164
components: llvm-tools-preview
0 commit comments