From ba8078705f3d7ce0c73836adaebd0fa9262de59b Mon Sep 17 00:00:00 2001 From: Timon van Spronsen Date: Wed, 16 Nov 2022 17:17:32 +0100 Subject: [PATCH] Update Licenced CI workflow --- .github/workflows/license-status.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/license-status.yml b/.github/workflows/license-status.yml index 5cea4140..6c858889 100644 --- a/.github/workflows/license-status.yml +++ b/.github/workflows/license-status.yml @@ -15,15 +15,11 @@ jobs: licensed: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - with: - fetch-depth: 0 # prefer to use a full fetch for licensed workflows - + - uses: actions/checkout@v3 - run: npm install --production - - uses: jonabc/setup-licensed@v1 with: - version: '2.x' + version: 3.x - id: licensed uses: jonabc/licensed-ci@v1 with: