mirror of
https://github.com/actions/checkout.git
synced 2025-04-25 11:40:02 +00:00
update test workflows to checkout v3 (#709)
This commit is contained in:
parent
a12a3943b4
commit
2d1c1198e7
4 changed files with 7 additions and 7 deletions
2
.github/workflows/licensed.yml
vendored
2
.github/workflows/licensed.yml
vendored
|
@ -9,6 +9,6 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
name: Check licenses
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- run: npm ci
|
||||
- run: npm run licensed-check
|
Loading…
Add table
Add a link
Reference in a new issue