From 5f8e72b0bc5f84923274bd512ba39ab25fbdb482 Mon Sep 17 00:00:00 2001 From: Dmitry Shibanov Date: Fri, 25 Feb 2022 10:45:33 +0300 Subject: [PATCH] update 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 834dc311..55402d94 100644 --- a/.github/workflows/licensed.yml +++ b/.github/workflows/licensed.yml @@ -22,7 +22,7 @@ jobs: - name: Install licensed run: | cd $RUNNER_TEMP - curl -Lfs -o licensed.tar.gz https://github.com/github/licensed/releases/download/3.3.1/licensed-3.3.1-linux-x64.tar.gz + curl -Lfs -o licensed.tar.gz https://github.com/github/licensed/releases/download/3.4.4/licensed-3.4.4-linux-x64.tar.gz sudo tar -xzf licensed.tar.gz sudo mv licensed /usr/local/bin/licensed - run: licensed status