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
parent
997aa62588
commit
016f796299
|
@ -10,8 +10,8 @@ jobs:
|
||||||
audit:
|
audit:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: action/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- uses: rustsec/audit-check@v1
|
- uses: actions-rs/audit-check@v1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue