fix(ci): use release version instead of main
This commit is contained in:
parent
f838feed85
commit
78eeac7d80
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-rust-toolchain.yml
vendored
2
.github/workflows/update-rust-toolchain.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
- name: update rust toolchain
|
||||
id: urt
|
||||
uses: a-kenji/update-rust-toolchain@main
|
||||
uses: a-kenji/update-rust-toolchain@v1
|
||||
with:
|
||||
minor-version-delta: 2
|
||||
pr-labels: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue