Skip to content

Commit

Permalink
Fix deprecated actions-rs/toolchain GitHub action usage (cucumber-r…
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Nov 4, 2022
1 parent c185dce commit f5bb38d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
- uses: dtolnay/rust-toolchain@v1
with:
profile: minimal
toolchain: stable

- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f5bb38d

Please sign in to comment.