Use checkout v4
This commit is contained in:
parent
7d10842005
commit
603dc05079
1 changed files with 3 additions and 1 deletions
4
.github/workflows/licenses.yml
vendored
4
.github/workflows/licenses.yml
vendored
|
@ -6,7 +6,9 @@ jobs:
|
|||
name: license-checker
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
persist-credentials: false
|
||||
- name: Apt update
|
||||
run: sudo apt update
|
||||
- name: Install npm
|
||||
|
|
Loading…
Add table
Reference in a new issue