diff --git a/action.yml b/action.yml index 7d17f8e..25cd021 100644 --- a/action.yml +++ b/action.yml @@ -12,4 +12,4 @@ outputs: runs: using: 'docker' - image: 'docker://ghcr.io/paritytech/get-fellows-action/action:1.0.0' + image: 'docker://ghcr.io/paritytech/get-fellows-action/action:1.0.1' diff --git a/package.json b/package.json index b5c424e..aa46923 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "get-fellows-action", - "version": "1.0.0", + "version": "1.0.1", "description": "Fetch all the GitHub handles from the Fellows", "main": "src/index.ts", "scripts": {