From 8f7fa5d715f6773b40e9fbf9cb77bcb5d914d0dc Mon Sep 17 00:00:00 2001
From: Lovepreet Singh <pdotl@github.com>
Date: Mon, 20 Feb 2023 19:41:53 +0000
Subject: [PATCH] Bump @actions/cache version

---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index cb9708e..89c0c3b 100644
--- a/package.json
+++ b/package.json
@@ -23,7 +23,7 @@
   "author": "GitHub",
   "license": "MIT",
   "dependencies": {
-    "@actions/cache": "^3.1.3",
+    "@actions/cache": "^3.1.4",
     "@actions/core": "^1.10.0",
     "@actions/exec": "^1.1.1",
     "@actions/io": "^1.1.2"