From e9290adee024243fa49714e05170c5200daa1b03 Mon Sep 17 00:00:00 2001 From: Alif Rachmawadi Date: Wed, 4 Mar 2020 17:38:28 +0700 Subject: [PATCH] remove deprecated version --- action.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/action.yml b/action.yml index c689df7..c2304c8 100644 --- a/action.yml +++ b/action.yml @@ -9,9 +9,6 @@ inputs: description: 'The Flutter build release channel' required: false default: 'stable' - # Deprecated option, do not use. Will not be supported after October 1, 2019 - version: - description: 'Deprecated. Use flutter-version instead. Will not be supported after October 1, 2019' runs: using: 'node12' main: 'lib/index.js'