Skip to content

Commit 9b8d962

Browse files
authored
Merge pull request #836 from per1234/update-setup-licensed-name
Use canonical github/setup-licensed action in "Check Go Dependencies" workflow
2 parents 85a01ca + ec9a253 commit 9b8d962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/check-go-dependencies-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
ruby-version: ruby # Install latest version
7676

7777
- name: Install licensed
78-
uses: jonabc/setup-licensed@v1
78+
uses: github/setup-licensed@v1
7979
with:
8080
github_token: ${{ secrets.GITHUB_TOKEN }}
8181
version: 3.x

0 commit comments

Comments
 (0)