From 3b613b0b823f67ffa58e0c772cceb9d6e17f2dac Mon Sep 17 00:00:00 2001 From: Ivan Zosimov Date: Mon, 11 Apr 2022 18:06:03 +0200 Subject: [PATCH] Change actions/cache dependency to version 2.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a3ba93c..345f3af 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "author": "GitHub", "license": "MIT", "dependencies": { - "@actions/cache": "^2.0.0", + "@actions/cache": "^2.0.2", "@actions/core": "^1.6.0", "@actions/exec": "^1.1.0", "@actions/glob": "^0.2.0",