From 4e82aaea7da9d8457f8f8d7423036e0963637662 Mon Sep 17 00:00:00 2001 From: Vlad Volkov Date: Wed, 3 May 2023 08:53:32 +0300 Subject: [PATCH] Update action.yml Signed-off-by: Vlad Volkov --- action.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/action.yml b/action.yml index 8e05401..4127f76 100644 --- a/action.yml +++ b/action.yml @@ -14,7 +14,7 @@ inputs: description: Set Kubectl version required: false container-structure-test-version: - default: 1.14.0 + default: 1.15.0 description: Set Container Structure Test version required: false command: @@ -41,10 +41,6 @@ inputs: default: '' description: Set to false to disable default caching of artifacts required: false - cache-file: - default: '${{ github.workspace}}/.skaffold/cache' - description: Specify the location of the cache file as relative path to working directory - required: false repository: default: '' description: Default repository value (overrides global config)