Skip to content

Commit

Permalink
Test setting specific hash on action
Browse files Browse the repository at this point in the history
  • Loading branch information
timsaucer committed Jan 13, 2025
1 parent da3a519 commit e2bf5d9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,8 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- uses: actions-rs/toolchain@v1
with:
toolchain: stable
# Requires pinning to specific hash: https://infra.apache.org/github-actions-policy.html
- uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203

- run: rm LICENSE.txt
- name: Download LICENSE.txt
Expand Down

0 comments on commit e2bf5d9

Please sign in to comment.