From 602d46e0859ba38fa98a11ddf48ae2ade771caaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Belellou?= <1219617+kevin-belellou@users.noreply.github.com> Date: Sat, 15 Feb 2025 16:16:28 +0100 Subject: [PATCH] Replaced deprecated action --- .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 }}