fix(ci): add new rust toolchain location to action (#1576)

This commit is contained in:
a-kenji 2022-07-10 12:29:21 +02:00 committed by GitHub
parent 6576b163a1
commit ea1e36637d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,7 @@ jobs:
uses: a-kenji/update-rust-toolchain@v1
with:
minor-version-delta: 2
toolchain-path: './rust-toolchain.toml'
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
pr-labels: |
dependencies