Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Tomlinson committed Mar 19, 2021
1 parent e7421a3 commit 9f974fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:
- name: Check if CLA signed
id: has_signed_cla
uses: canonical/[email protected].3
uses: canonical/[email protected].4
with:
username: ${{ github.event.pull_request.user.login }}
base_ref: ${{ github.base_ref }}
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "has-signed-canonical-cla",
"version": "1.0.3",
"version": "1.0.4",
"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": {
Expand Down

0 comments on commit 9f974fb

Please sign in to comment.