fix(ci): semantic error
This commit is contained in:
parent
612746898a
commit
f838feed85
1 changed files with 3 additions and 2 deletions
5
.github/workflows/update-rust-toolchain.yml
vendored
5
.github/workflows/update-rust-toolchain.yml
vendored
|
|
@ -5,7 +5,8 @@ on:
|
||||||
- cron: '0 0 * * 0' # runs weekly on Sunday at 00:00
|
- cron: '0 0 * * 0' # runs weekly on Sunday at 00:00
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lockfile:
|
update-rust-toolchain:
|
||||||
|
name: "Update rust-toolchain"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 5
|
timeout-minutes: 5
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -16,7 +17,7 @@ jobs:
|
||||||
uses: a-kenji/update-rust-toolchain@main
|
uses: a-kenji/update-rust-toolchain@main
|
||||||
with:
|
with:
|
||||||
minor-version-delta: 2
|
minor-version-delta: 2
|
||||||
labels: |
|
pr-labels: |
|
||||||
dependencies
|
dependencies
|
||||||
automated
|
automated
|
||||||
rust
|
rust
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue