From 21e1b6d3b1060de04805b5bb3aa77e80b7a9db62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 05:15:32 +0000 Subject: [PATCH] :arrow_up: Bump jonabc/setup-licensed from 1.0.1 to 1.1.0 Bumps [jonabc/setup-licensed](https://github.com/jonabc/setup-licensed) from 1.0.1 to 1.1.0. - [Release notes](https://github.com/jonabc/setup-licensed/releases) - [Commits](https://github.com/jonabc/setup-licensed/compare/v1.0.1...v1.1.0) Signed-off-by: dependabot[bot] --- .github/workflows/node.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index 67d3b94..3687b4d 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -16,7 +16,7 @@ jobs: with: node-version: 14 - name: Setup Licensed - uses: jonabc/setup-licensed@v1.0.1 + uses: jonabc/setup-licensed@v1.1.0 with: version: 2.x - name: Cache node modules