From dcfd44c96a6a0afc50875b80e412706acc9a6e06 Mon Sep 17 00:00:00 2001 From: Marcus Tomlinson Date: Fri, 19 Mar 2021 01:06:58 +0000 Subject: [PATCH] Bump version --- README.md | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 89ffbec..53c8d6c 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ jobs: steps: - name: Check if CLA signed id: has_signed_cla - uses: canonical/has-signed-canonical-cla@1.0.4 + uses: canonical/has-signed-canonical-cla@1.0.5 with: username: ${{ github.event.pull_request.user.login }} base_ref: ${{ github.base_ref }} diff --git a/package-lock.json b/package-lock.json index 9afb032..02cca45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "has-signed-canonical-cla", - "version": "1.0.4", + "version": "1.0.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e816759..980a7cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "has-signed-canonical-cla", - "version": "1.0.4", + "version": "1.0.5", "description": "This GitHub Action verifies whether or not a particular GitHub user has signed the Canonical Contributor Licence Agreement (https://ubuntu.com/legal/contributors).", "main": "index.js", "scripts": {