Skip to content

Commit 7f5b458

Browse files
chore(deps): pin dtolnay/rust-toolchain action to 631a55b (#2037)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2c36d3f commit 7f5b458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-rust-cache/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ runs:
2626
echo "🔍Targets: ${{ inputs.targets }}"
2727
echo "🔍Save-Cache: ${{ inputs.save-cache }}"
2828
29-
- uses: dtolnay/rust-toolchain@stable
29+
- uses: dtolnay/rust-toolchain@631a55b12751854ce901bb631d5902ceb48146f7 # stable
3030
with:
3131
components: ${{ inputs.components }}
3232
targets: ${{ inputs.targets }}

0 commit comments

Comments
 (0)