From 7f805f22affdfb6667111fac21c4172fd219f173 Mon Sep 17 00:00:00 2001 From: Sven Luijten <11269635+svenluijten@users.noreply.github.com> Date: Thu, 19 Dec 2019 10:40:58 +0100 Subject: [PATCH] Fix year in comment above deprecated options --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 6bf077c8..673c7e8b 100644 --- a/action.yml +++ b/action.yml @@ -20,7 +20,7 @@ inputs: pecl: description: 'Setup PECL on ubuntu' required: false - # Deprecated options, do not use. Will not be supported after February 1, 2019. + # Deprecated options, do not use. Will not be supported after February 1, 2020. extension-csv: description: 'Deprecated! Use extensions instead.' deprecationMessage: 'The extension-csv property will not be supported after February 1, 2020. Use extensions instead.'