Skip to content

Commit 49112ae

Browse files
Bump actions-rs/toolchain from 1 to 1.0.7
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] <support@github.com>
1 parent 59329ca commit 49112ae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
if: matrix.os == 'windows-latest'
4040

4141
- name: Install stable toolchain
42-
uses: actions-rs/toolchain@v1
42+
uses: actions-rs/toolchain@v1.0.7
4343
with:
4444
toolchain: stable
4545
override: true
@@ -61,7 +61,7 @@ jobs:
6161
run: sudo apt install -y libusb-1.0-0-dev libftdi1-dev
6262

6363
- name: Install stable toolchain
64-
uses: actions-rs/toolchain@v1
64+
uses: actions-rs/toolchain@v1.0.7
6565
with:
6666
profile: minimal
6767
toolchain: stable
@@ -80,7 +80,7 @@ jobs:
8080
uses: actions/checkout@v2.3.4
8181

8282
- name: Install stable toolchain
83-
uses: actions-rs/toolchain@v1
83+
uses: actions-rs/toolchain@v1.0.7
8484
with:
8585
toolchain: stable
8686
override: true
@@ -105,7 +105,7 @@ jobs:
105105
run: sudo apt install -y libusb-1.0-0-dev libftdi1-dev
106106

107107
- name: Install stable toolchain
108-
uses: actions-rs/toolchain@v1
108+
uses: actions-rs/toolchain@v1.0.7
109109
with:
110110
toolchain: stable
111111
override: true

0 commit comments

Comments
 (0)