From 04beb0ce634b66e01b0da6e1779da969f52ad192 Mon Sep 17 00:00:00 2001 From: Javier Bullrich Date: Mon, 18 Mar 2024 15:26:01 +0100 Subject: [PATCH] updated to version 1.1.0 (#13) Updated to version `1.1.0`. We can release this new version with the new library. This needs to be merged after: - #15 - #16 - #17 - #18 --- action.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 7d17f8e..2a51df2 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.1.0' diff --git a/package.json b/package.json index b64625a..5e97764 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "get-fellows-action", - "version": "1.0.0", + "version": "1.1.0", "description": "Fetch all the GitHub handles from the Fellows", "main": "src/index.ts", "scripts": {