mirror of
https://github.com/actions/github-script.git
synced 2026-02-08 03:57:27 +00:00
Update licensed.yml
This commit is contained in:
parent
a4d724832b
commit
9eb971fcaa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/licensed.yml
vendored
2
.github/workflows/licensed.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Check licenses
|
name: Check licenses
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0 # prefer to use a full fetch for licensed workflows
|
fetch-depth: 0 # prefer to use a full fetch for licensed workflows
|
||||||
# https://github.com/jonabc/setup-licensed/releases/tag/v1.1.1
|
# https://github.com/jonabc/setup-licensed/releases/tag/v1.1.1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue