diff --git a/action.yml b/action.yml index 6343ce8..128e5e3 100644 --- a/action.yml +++ b/action.yml @@ -32,4 +32,4 @@ outputs: runs: using: 'docker' - image: 'docker://ghcr.io/paritytech/review-bot/action:2.5.0' + image: 'docker://ghcr.io/paritytech/review-bot/action:2.6.0' diff --git a/package.json b/package.json index 3b4d1d5..76e396e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "review-bot", - "version": "2.5.0", + "version": "2.6.0", "description": "Have custom review rules for PRs with auto assignment", "main": "src/index.ts", "scripts": {