From 9dfa6fc14b80ed5df4c3ae456b499302b592dffc Mon Sep 17 00:00:00 2001 From: Ian Butterworth Date: Fri, 17 Nov 2023 12:40:46 -0500 Subject: [PATCH] Update `@actions/glob` compat --- packages/cache/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cache/package.json b/packages/cache/package.json index b742c525..a9743ffd 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -39,7 +39,7 @@ "dependencies": { "@actions/core": "^1.10.0", "@actions/exec": "^1.0.1", - "@actions/glob": "^0.1.0", + "@actions/glob": "^0.4.0", "@actions/http-client": "^2.1.1", "@actions/io": "^1.0.1", "@azure/abort-controller": "^1.1.0",