Merge pull request #433 from JohnTitor/remove-deprecated-action

Remove deprecated action
poc-serde-support
Florian Gilcher 5 years ago committed by GitHub
commit 57670dd9d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -52,15 +52,10 @@ jobs:
steps:
- uses: actions/checkout@master
- id: component
uses: actions-rs/components-nightly@v1
with:
component: rustfmt
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ steps.component.outputs.toolchain }}
toolchain: nightly
override: true
components: rustfmt

Loading…
Cancel
Save