Skip to content

Commit 57670dd

Browse files
authored
Merge pull request #433 from JohnTitor/remove-deprecated-action
Remove deprecated action
2 parents 87de4e1 + 277fd52 commit 57670dd

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,10 @@ jobs:
5252
steps:
5353
- uses: actions/checkout@master
5454

55-
- id: component
56-
uses: actions-rs/components-nightly@v1
57-
with:
58-
component: rustfmt
59-
6055
- uses: actions-rs/toolchain@v1
6156
with:
6257
profile: minimal
63-
toolchain: ${{ steps.component.outputs.toolchain }}
58+
toolchain: nightly
6459
override: true
6560
components: rustfmt
6661

0 commit comments

Comments
 (0)