From 1783bd4d518616616d7c0e445e14afbdac635620 Mon Sep 17 00:00:00 2001 From: Gabriel Basilio Date: Thu, 5 Dec 2024 21:44:29 +0100 Subject: [PATCH] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 34e8df1..6b9ff1e 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "license": "ISC", "dependencies": { - "@actions/core": "^1.2.6", - "@actions/exec": "^1.0.3" + "@actions/core": "^1.11.1", + "@actions/exec": "^1.1.1" } }