From 316149cf5217bf958c9fe56d09c92fa65edd83c6 Mon Sep 17 00:00:00 2001 From: Jochen Schalanda Date: Sun, 1 Aug 2021 16:02:47 +0200 Subject: [PATCH] Upgrade to Licensed 3.1.0 --- .github/workflows/licensed.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/licensed.yml b/.github/workflows/licensed.yml index ae62613..6813f35 100644 --- a/.github/workflows/licensed.yml +++ b/.github/workflows/licensed.yml @@ -14,7 +14,7 @@ jobs: - name: Install licensed run: | cd $RUNNER_TEMP - curl -Lfs -o licensed.tar.gz https://github.com/github/licensed/releases/download/2.12.2/licensed-2.12.2-linux-x64.tar.gz + curl -Lfs -o licensed.tar.gz https://github.com/github/licensed/releases/download/3.1.0/licensed-3.1.0-linux-x64.tar.gz sudo tar -xzf licensed.tar.gz sudo mv licensed /usr/local/bin/licensed - - run: licensed status \ No newline at end of file + - run: licensed status