mirror of
https://github.com/actions-rs/cargo.git
synced 2025-08-15 21:25:14 +00:00
Update to use actions/checkout@v3
This commit is contained in:
parent
df6ec50899
commit
3b15b8f764
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
env:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- run: npm ci
|
||||
- run: npm run lint
|
||||
- run: npm run build
|
||||
|
Loading…
x
Reference in New Issue
Block a user