mirror of
https://github.com/zellij-org/zellij.git
synced 2024-12-23 09:11:40 +03:00
fix(ci): use release version instead of main
This commit is contained in:
parent
f838feed85
commit
78eeac7d80
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…
Reference in New Issue
Block a user