From 14e1fe4cdec989aaaa83736cc7d8371f521bb867 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Belellou?= <1219617+kevin-belellou@users.noreply.github.com> Date: Sat, 1 Mar 2025 14:09:29 +0100 Subject: [PATCH] Replaced deprecated action Action github/setup-licensed has been deprecated since 7 February 2025 in favor of licensee/setup-licensed --- .github/workflows/licensed.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/licensed.yml b/.github/workflows/licensed.yml index e456681..81012c5 100644 --- a/.github/workflows/licensed.yml +++ b/.github/workflows/licensed.yml @@ -46,7 +46,7 @@ jobs: with: ruby-version: ruby - - uses: github/setup-licensed@v1 + - uses: licensee/setup-licensed@v1.3.2 with: version: 4.x github_token: ${{ secrets.GITHUB_TOKEN }}