From bae7c3d87a9c423649cae7249fd177b520b627d2 Mon Sep 17 00:00:00 2001 From: Javier Bullrich Date: Fri, 29 Sep 2023 16:58:29 +0200 Subject: [PATCH] updated version --- action.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 957d704..74dfe5d 100644 --- a/action.yml +++ b/action.yml @@ -12,4 +12,4 @@ outputs: runs: using: 'docker' - image: 'docker://ghcr.io/paritytech-stg/get-fellows-action/action:0.0.3' + image: 'docker://ghcr.io/paritytech-stg/get-fellows-action/action:0.0.4' diff --git a/package.json b/package.json index eea336f..2cf2bd1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "get-fellows-action", - "version": "0.0.3", + "version": "0.0.4", "description": "Fetch all the GitHub handles from the Fellows", "main": "src/index.ts", "scripts": {