Skip to content

Commit 5854d6e

Browse files
committed
chore(ci): upgrade the custom fork of actions-rs/toolchain
Includes the following new unmerged PRs: - <actions-rs/toolchain#220> "Update the action to run on Node 16" - <actions-rs/toolchain#222> "chore: bump @actions deps" Addresses the "Node.js 12 actions are deprecated" and "`set-output` command is deprecated" warnings.
1 parent 4f337e1 commit 5854d6e

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
uses: actions/checkout@v2
1818

1919
- name: Install Rust
20-
# FIXME: Switch back when actions-rs/toolchain#209 is merged
21-
uses: r3-os/actions-rust-toolchain@patch/pr-209
20+
# FIXME: Switch back when actions-rs/toolchain#{209,220,222} is merged
21+
uses: r3-os/actions-rust-toolchain@a862b6623c178b43a3135516442a5f72fb5c1877
2222
with:
2323
profile: minimal
2424
components: clippy, rustfmt
@@ -90,8 +90,8 @@ jobs:
9090
uses: actions/checkout@v1
9191

9292
- name: Install Rust
93-
# FIXME: Switch back when actions-rs/toolchain#209 is merged
94-
uses: r3-os/actions-rust-toolchain@patch/pr-209
93+
# FIXME: Switch back when actions-rs/toolchain#{209,220,222} is merged
94+
uses: r3-os/actions-rust-toolchain@a862b6623c178b43a3135516442a5f72fb5c1877
9595
with:
9696
profile: minimal
9797

@@ -132,8 +132,8 @@ jobs:
132132
uses: actions/checkout@v1
133133

134134
- name: Install Rust
135-
# FIXME: Switch back when actions-rs/toolchain#209 is merged
136-
uses: r3-os/actions-rust-toolchain@patch/pr-209
135+
# FIXME: Switch back when actions-rs/toolchain#{209,220,222} is merged
136+
uses: r3-os/actions-rust-toolchain@a862b6623c178b43a3135516442a5f72fb5c1877
137137
with:
138138
profile: minimal
139139

@@ -193,8 +193,8 @@ jobs:
193193
uses: actions/checkout@v1
194194

195195
- name: Install Rust
196-
# FIXME: Switch back when actions-rs/toolchain#209 is merged
197-
uses: r3-os/actions-rust-toolchain@patch/pr-209
196+
# FIXME: Switch back when actions-rs/toolchain#{209,220,222} is merged
197+
uses: r3-os/actions-rust-toolchain@a862b6623c178b43a3135516442a5f72fb5c1877
198198
with:
199199
profile: minimal
200200

@@ -271,8 +271,8 @@ jobs:
271271
uses: actions/checkout@v2
272272

273273
- name: Install Rust
274-
# FIXME: Switch back when actions-rs/toolchain#209 is merged
275-
uses: r3-os/actions-rust-toolchain@patch/pr-209
274+
# FIXME: Switch back when actions-rs/toolchain#{209,220,222} is merged
275+
uses: r3-os/actions-rust-toolchain@a862b6623c178b43a3135516442a5f72fb5c1877
276276
with:
277277
profile: minimal
278278
components: rust-src
@@ -337,8 +337,8 @@ jobs:
337337
uses: actions/checkout@v2
338338

339339
- name: Install Rust
340-
# FIXME: Switch back when actions-rs/toolchain#209 is merged
341-
uses: r3-os/actions-rust-toolchain@patch/pr-209
340+
# FIXME: Switch back when actions-rs/toolchain#{209,220,222} is merged
341+
uses: r3-os/actions-rust-toolchain@a862b6623c178b43a3135516442a5f72fb5c1877
342342
with:
343343
profile: minimal
344344
components: rust-src

.github/workflows/doc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
uses: actions/checkout@v2
1515

1616
- name: Install Rust
17-
# FIXME: Switch back when actions-rs/toolchain#209 is merged
18-
uses: r3-os/actions-rust-toolchain@patch/pr-209
17+
# FIXME: Switch back when actions-rs/toolchain#{209,220,222} is merged
18+
uses: r3-os/actions-rust-toolchain@a862b6623c178b43a3135516442a5f72fb5c1877
1919
with:
2020
profile: minimal
2121

.github/workflows/report-size.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
uses: actions/checkout@v2
3737

3838
- name: Install Rust
39-
# FIXME: Switch back when actions-rs/toolchain#209 is merged
40-
uses: r3-os/actions-rust-toolchain@patch/pr-209
39+
# FIXME: Switch back when actions-rs/toolchain#{209,220,222} is merged
40+
uses: r3-os/actions-rust-toolchain@a862b6623c178b43a3135516442a5f72fb5c1877
4141
with:
4242
profile: minimal
4343
components: rust-src

0 commit comments

Comments
 (0)