Skip to content

Commit d6b8b41

Browse files
committed
Test setting rust-toolchain github action with pinned version
1 parent e2bf5d9 commit d6b8b41

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,7 @@ jobs:
131131
with:
132132
python-version: ${{ matrix.python-version }}
133133

134-
# Requires pinning to specific hash: https://infra.apache.org/github-actions-policy.html
135-
- uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203
134+
- uses: dtolnay/rust-toolchain@v1
136135

137136
- run: rm LICENSE.txt
138137
- name: Download LICENSE.txt

0 commit comments

Comments
 (0)