Skip to content

Commit

Permalink
chore(ci): upgrade the custom fork of actions-rs/toolchain
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
yvt committed Nov 12, 2022
1 parent 4f337e1 commit 5854d6e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
uses: actions/checkout@v2

- name: Install Rust
# FIXME: Switch back when actions-rs/toolchain#209 is merged
uses: r3-os/actions-rust-toolchain@patch/pr-209
# FIXME: Switch back when actions-rs/toolchain#{209,220,222} is merged
uses: r3-os/actions-rust-toolchain@a862b6623c178b43a3135516442a5f72fb5c1877
with:
profile: minimal
components: clippy, rustfmt
Expand Down Expand Up @@ -90,8 +90,8 @@ jobs:
uses: actions/checkout@v1

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

Expand Down Expand Up @@ -132,8 +132,8 @@ jobs:
uses: actions/checkout@v1

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

Expand Down Expand Up @@ -193,8 +193,8 @@ jobs:
uses: actions/checkout@v1

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

Expand Down Expand Up @@ -271,8 +271,8 @@ jobs:
uses: actions/checkout@v2

- name: Install Rust
# FIXME: Switch back when actions-rs/toolchain#209 is merged
uses: r3-os/actions-rust-toolchain@patch/pr-209
# FIXME: Switch back when actions-rs/toolchain#{209,220,222} is merged
uses: r3-os/actions-rust-toolchain@a862b6623c178b43a3135516442a5f72fb5c1877
with:
profile: minimal
components: rust-src
Expand Down Expand Up @@ -337,8 +337,8 @@ jobs:
uses: actions/checkout@v2

- name: Install Rust
# FIXME: Switch back when actions-rs/toolchain#209 is merged
uses: r3-os/actions-rust-toolchain@patch/pr-209
# FIXME: Switch back when actions-rs/toolchain#{209,220,222} is merged
uses: r3-os/actions-rust-toolchain@a862b6623c178b43a3135516442a5f72fb5c1877
with:
profile: minimal
components: rust-src
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
uses: actions/checkout@v2

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

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/report-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
uses: actions/checkout@v2

- name: Install Rust
# FIXME: Switch back when actions-rs/toolchain#209 is merged
uses: r3-os/actions-rust-toolchain@patch/pr-209
# FIXME: Switch back when actions-rs/toolchain#{209,220,222} is merged
uses: r3-os/actions-rust-toolchain@a862b6623c178b43a3135516442a5f72fb5c1877
with:
profile: minimal
components: rust-src
Expand Down

0 comments on commit 5854d6e

Please sign in to comment.