From 6a3e4caee7e5a8ea6d78a2deb183f8217d90bd72 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Mon, 3 Jun 2024 18:22:32 -0400 Subject: [PATCH] ci: Use github/setup-licensed --- .github/workflows/licensed.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/licensed.yml b/.github/workflows/licensed.yml index 7afc7a30..50f4c97d 100644 --- a/.github/workflows/licensed.yml +++ b/.github/workflows/licensed.yml @@ -16,9 +16,9 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 # prefer to use a full fetch for licensed workflows - # https://github.com/jonabc/setup-licensed/releases/tag/v1.1.1 - - uses: jonabc/setup-licensed@82c5f4d19e8968efa74a25b132922382c2671fe2 + - uses: github/setup-licensed@v1 with: - version: '3.x' + version: '4.x' + github_token: ${{ secrets.GITHUB_TOKEN }} - uses: ./.github/actions/install-dependencies - run: licensed status