From bdb3ef0f6967c6cb27f7704108a8a5c962ff7493 Mon Sep 17 00:00:00 2001 From: Matthew Matl Date: Thu, 2 May 2024 13:41:11 -0700 Subject: [PATCH] fix: bump cache version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index df935dbf..cd67a8f7 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "author": "GitHub", "license": "MIT", "dependencies": { - "@ambi-robotics/cache": "^1.3.0", + "@ambi-robotics/cache": "^1.3.2", "@actions/core": "^1.10.0", "@actions/exec": "^1.1.0", "@actions/github": "^5.1.1",