We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da3a519 commit e2bf5d9Copy full SHA for e2bf5d9
.github/workflows/build.yml
@@ -131,9 +131,8 @@ jobs:
131
with:
132
python-version: ${{ matrix.python-version }}
133
134
- - uses: actions-rs/toolchain@v1
135
- with:
136
- toolchain: stable
+ # Requires pinning to specific hash: https://infra.apache.org/github-actions-policy.html
+ - uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203
137
138
- run: rm LICENSE.txt
139
- name: Download LICENSE.txt
0 commit comments