From fcb9eaf42ac803b9f43e3730fd1440ded4e9a3c5 Mon Sep 17 00:00:00 2001 From: Adi Yakovian <56866524+adi-yakovian-starkware@users.noreply.github.com> Date: Tue, 18 Feb 2025 10:26:36 +0200 Subject: [PATCH] Update cache version Update cache version, due to the following [deprecation](https://github.com/actions/cache?tab=readme-ov-file#%EF%B8%8F-important-changes). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eda9099..bbbaf57 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "author": "Miles Johnson", "license": "MIT", "dependencies": { - "@actions/cache": "^3.2.4", + "@actions/cache": "^4.0.0", "@actions/core": "^1.10.1", "@actions/exec": "^1.1.1", "@actions/glob": "^0.4.0",