Skip to content

Commit

Permalink
ci: Use github/setup-licensed
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Jun 3, 2024
1 parent 60a0d83 commit 6a3e4ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/licensed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # prefer to use a full fetch for licensed workflows
# https://github.com/jonabc/setup-licensed/releases/tag/v1.1.1
- uses: jonabc/setup-licensed@82c5f4d19e8968efa74a25b132922382c2671fe2
- uses: github/setup-licensed@v1
with:
version: '3.x'
version: '4.x'
github_token: ${{ secrets.GITHUB_TOKEN }}
- uses: ./.github/actions/install-dependencies
- run: licensed status

0 comments on commit 6a3e4ca

Please sign in to comment.