Skip to content

Commit 313b149

Browse files
Update actions-rs/toolchain to version 1.0.6 in CI
1 parent cecef3f commit 313b149

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-any.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: denoland/setup-deno@v1
1616
with:
1717
deno-version: v1.42.x
18-
- uses: actions-rs/toolchain@v1
18+
- uses: actions-rs/toolchain@v1.0.6
1919
with:
2020
profile: minimal
2121
toolchain: stable

.github/workflows/push-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
node-version: 'lts/*'
2828

29-
- uses: actions-rs/toolchain@v1
29+
- uses: actions-rs/toolchain@v1.0.6
3030
with:
3131
profile: minimal
3232
toolchain: stable

0 commit comments

Comments
 (0)