We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f5b458 commit 01d14d4Copy full SHA for 01d14d4
.github/actions/setup-rust-cache/action.yml
@@ -26,7 +26,7 @@ runs:
26
echo "🔍Targets: ${{ inputs.targets }}"
27
echo "🔍Save-Cache: ${{ inputs.save-cache }}"
28
29
- - uses: dtolnay/rust-toolchain@631a55b12751854ce901bb631d5902ceb48146f7 # stable
+ - uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
30
with:
31
components: ${{ inputs.components }}
32
targets: ${{ inputs.targets }}
0 commit comments