From e5591783d41a51a1bc3e3813618c55f1cf8e8dc1 Mon Sep 17 00:00:00 2001 From: Aayush Shah Date: Mon, 5 Feb 2024 16:07:55 -0800 Subject: [PATCH] use the latest version of the @useblacksmith/cache toolkit package --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7afb5d7..eb2101a 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "homepage": "https://github.com/Swatinem/rust-cache#readme", "dependencies": { - "@actions/blacksmith-cache": "npm:@useblacksmith/cache@3.2.4", + "@actions/blacksmith-cache": "npm:@useblacksmith/cache@3.2.41", "@actions/buildjet-cache": "npm:github-actions.cache-buildjet@0.2.0", "@actions/cache": "^3.2.3", "@actions/core": "^1.10.1",