Skip to content

Commit be118c2

Browse files
committed
Update Licensed version in dependencies license check 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 35d5a95 commit be118c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-npm-dependencies-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
uses: github/[email protected]
8181
with:
8282
github_token: ${{ secrets.GITHUB_TOKEN }}
83-
version: 3.x
83+
version: 5.x
8484

8585
- name: Setup Node.js
8686
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)