Skip to content

Commit f4b6f83

Browse files
committed
Update Licensed version in "Check Go Dependencies" workflow
The version of the "Licensed" tool for use in the GitHub Actions workflow is defined via the "github/setup-licensed" action's `version` input. Previously the action was configured to install version 3.x of the action. That version is significantly outdated. The workflow is hereby updated to use the latest version of Licensed.
1 parent 9b8d962 commit f4b6f83

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
@@ -78,7 +78,7 @@ jobs:
7878
uses: github/setup-licensed@v1
7979
with:
8080
github_token: ${{ secrets.GITHUB_TOKEN }}
81-
version: 3.x
81+
version: 5.x
8282

8383
- name: Install Go
8484
uses: actions/setup-go@v5

0 commit comments

Comments
 (0)