Skip to content

Commit e0ce08f

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. 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 4b5275b commit e0ce08f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
uses: licensee/setup-licensed@v1.3.2
7878
with:
7979
github_token: ${{ secrets.GITHUB_TOKEN }}
80-
version: 3.x
80+
version: 5.x
8181

8282
- name: Setup Node.js
8383
uses: actions/setup-node@v4
@@ -134,7 +134,7 @@ jobs:
134134
uses: licensee/setup-licensed@v1.3.2
135135
with:
136136
github_token: ${{ secrets.GITHUB_TOKEN }}
137-
version: 3.x
137+
version: 5.x
138138

139139
- name: Setup Node.js
140140
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)