Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6a3e4ca

Browse files
committed
ci: Use github/setup-licensed
1 parent 60a0d83 commit 6a3e4ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/licensed.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
- uses: actions/checkout@v3
1717
with:
1818
fetch-depth: 0 # prefer to use a full fetch for licensed workflows
19-
# https://github.com/jonabc/setup-licensed/releases/tag/v1.1.1
20-
- uses: jonabc/setup-licensed@82c5f4d19e8968efa74a25b132922382c2671fe2
19+
- uses: github/setup-licensed@v1
2120
with:
22-
version: '3.x'
21+
version: '4.x'
22+
github_token: ${{ secrets.GITHUB_TOKEN }}
2323
- uses: ./.github/actions/install-dependencies
2424
- run: licensed status

0 commit comments

Comments
 (0)