From 21a77960458ba9b9798a2088c2a60e4bcca7703e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 05:24:15 +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 70f6688..4b6ab87 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