Skip to content

Commit 1fdac07

Browse files
build(deps): Bump actions-rs/toolchain from 1 to 1.0.7 (#2069)
Bumps [actions-rs/toolchain](https://github.com/actions-rs/toolchain) from 1 to 1.0.7. - [Release notes](https://github.com/actions-rs/toolchain/releases) - [Changelog](https://github.com/actions-rs/toolchain/blob/master/CHANGELOG.md) - [Commits](actions-rs/toolchain@v1...v1.0.7) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 10fcc1c commit 1fdac07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ jobs:
5757
- uses: actions/[email protected]
5858

5959
- name: Install Rust wasm32-unknown-emscripten
60-
uses: actions-rs/toolchain@v1
60+
uses: actions-rs/toolchain@v1.0.7
6161
with:
6262
toolchain: stable
6363
target: wasm32-unknown-emscripten
6464
override: true
6565

6666
- name: Install Rust wasm32-wasi
67-
uses: actions-rs/toolchain@v1
67+
uses: actions-rs/toolchain@v1.0.7
6868
with:
6969
toolchain: stable
7070
target: wasm32-wasi
@@ -130,7 +130,7 @@ jobs:
130130

131131
- uses: actions/[email protected]
132132

133-
- uses: actions-rs/toolchain@v1
133+
- uses: actions-rs/toolchain@v1.0.7
134134
with:
135135
profile: minimal
136136
toolchain: stable

0 commit comments

Comments
 (0)