mirror of
https://github.com/actions/checkout.git
synced 2025-05-24 10:15:09 +02:00
update action workflows to use checkout@v4
This commit is contained in:
parent
b32f140b0c
commit
c9ef525560
5 changed files with 13 additions and 13 deletions
4
.github/workflows/licensed.yml
vendored
4
.github/workflows/licensed.yml
vendored
|
@ -9,6 +9,6 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
name: Check licenses
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- run: npm ci
|
||||
- run: npm run licensed-check
|
||||
- run: npm run licensed-check
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue