Skip to content

Commit 34d0bc6

Browse files
authored
fix: upgrade rustc in actions (#796)
1 parent 45a4cc5 commit 34d0bc6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release-plz.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
fetch-depth: 0
2626
- name: Install Rust toolchain
2727
uses: dtolnay/rust-toolchain@stable
28+
with:
29+
toolchain: "1.92"
2830
# Using fork until semver_check_features support is released upstream.
2931
# See: https://github.com/release-plz/release-plz/pull/2757
3032
- name: Install release-plz from fork
@@ -53,6 +55,8 @@ jobs:
5355
fetch-depth: 0
5456
- name: Install Rust toolchain
5557
uses: dtolnay/rust-toolchain@stable
58+
with:
59+
toolchain: "1.92"
5660
# Using fork until semver_check_features support is released upstream.
5761
# See: https://github.com/release-plz/release-plz/pull/2757
5862
- name: Install release-plz from fork

0 commit comments

Comments
 (0)