From cf6af721a6a7f93679e5db6cd854af1540602b63 Mon Sep 17 00:00:00 2001 From: Sergey Dolin Date: Mon, 30 Jan 2023 14:44:35 +0100 Subject: [PATCH] Enable caching by default --- action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 64e3271..926cbac 100644 --- a/action.yml +++ b/action.yml @@ -14,7 +14,8 @@ inputs: default: ${{ github.server_url == 'https://github.com' && github.token || '' }} cache: description: Used to specify whether caching is needed. Set to true, if you'd like to enable caching. - default: false + default: true + required: false cache-dependency-path: description: 'Used to specify the path to a dependency file - go.sum' architecture: