From 36ef62babd8a9b6993e5f2fab6eaba3533fdfbda Mon Sep 17 00:00:00 2001 From: Patrick Ellis Date: Mon, 28 Feb 2022 13:29:38 -0500 Subject: [PATCH] Use licensed 3.x --- .github/workflows/update_and_check_licenses.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update_and_check_licenses.yml b/.github/workflows/update_and_check_licenses.yml index 1cb1f372..24d01315 100644 --- a/.github/workflows/update_and_check_licenses.yml +++ b/.github/workflows/update_and_check_licenses.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v1 - uses: jonabc/setup-licensed@v1 with: - version: '2.x' + version: '3.x' github_token: ${{ secrets.GITHUB_TOKEN }} - run: npm install --production - uses: jonabc/licensed-ci@v1 @@ -44,7 +44,7 @@ jobs: - uses: actions/checkout@v2 - uses: jonabc/setup-licensed@v1.0.2 with: - version: '2.x' + version: '3.x' github_token: ${{ secrets.GITHUB_TOKEN }} - run: npm install - run: licensed status