diff --git a/action.yml b/action.yml index 3aa2d86..0964a7c 100644 --- a/action.yml +++ b/action.yml @@ -29,4 +29,4 @@ inputs: type: string runs: using: 'docker' - image: 'docker://ghcr.io/paritytech/github-issue-sync/action:0.3.1' + image: 'docker://ghcr.io/paritytech/github-issue-sync/action:0.3.2' diff --git a/package.json b/package.json index b4daef0..1a2ff44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-issue-sync", - "version": "0.3.1", + "version": "0.3.2", "description": "Synchronize issues to GitHub Project boards", "author": "Parity (https://parity.io)", "repository": {