Skip to content

Commit c86f49c

Browse files
committed
Bump "Licensed" version in dependency license check workflow
The version of the "Licensed" tool for use in the GitHub Actions workflow is defined via the "licensee/setup-licensed" action's `version` input. The workflow contains two jobs that use the action. Previously, the action was configured to install the latest version of Licensed in one job, but by accident the update was performed in the other job, leaving it using the significantly outdated version 3.x of the action. The workflow is hereby updated to use the latest version of Licensed in all jobs.
1 parent 16afa4b commit c86f49c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
uses: licensee/[email protected]
140140
with:
141141
github_token: ${{ secrets.GITHUB_TOKEN }}
142-
version: 3.x
142+
version: 5.x
143143

144144
- name: Setup Node.js
145145
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)