From 6d32ebeccaab010cea74f6a07d5abf8199892fe8 Mon Sep 17 00:00:00 2001 From: JohnHolmesII Date: Sat, 28 Mar 2020 13:13:55 -0700 Subject: [PATCH] CI: Update Azure cache task to newer version --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2ed2c172fc..f551f07c9e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -23,7 +23,7 @@ jobs: pool: vmImage: 'ubuntu-latest' steps: - - task: Cache@0 + - task: Cache@2 inputs: key: ccache | $(Agent.OS) | $(COMPILER) path: $(CCACHE_DIR) @@ -57,7 +57,7 @@ jobs: vmImage: "windows-latest" steps: - - task: Cache@0 + - task: Cache@2 inputs: key: $(Agent.OS) | $(COMPILER) path: $(CACHE_DIR)