ci/actions: fix typo & use the original action

* Apparently GitHub Actions doesn't work like I expected it would with
  job forks. Revert to the original.
* Fix the `actions/checkout` type.
main
Aydin Mercan 2022-09-03 22:41:52 +03:00
parent 997aa62588
commit 016f796299
Signed by: jaiden
SSH Key Fingerprint: SHA256:vy6hjzotbn/MWZAbjzURNk3NL62EPkjoHsJ5xr/s7nk
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: action/checkout@v1
- uses: rustsec/audit-check@v1
- uses: actions/checkout@v1
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}