diff --git a/action.yml b/action.yml index c0cfeb4..0f12d46 100644 --- a/action.yml +++ b/action.yml @@ -29,4 +29,4 @@ outputs: runs: using: 'docker' - image: 'docker://ghcr.io/paritytech/review-bot/action:2.0.1' + image: 'docker://ghcr.io/paritytech/review-bot/action:2.1.0' diff --git a/package.json b/package.json index 964ec18..1b294e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "review-bot", - "version": "2.0.1", + "version": "2.1.0", "description": "Have custom review rules for PRs with auto assignment", "main": "src/index.ts", "scripts": {