From 5c5f8224bf938e15ee8af0ed935c2e22d94437ce Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 Jan 2025 22:18:37 +0000 Subject: [PATCH] fix: upgrade @actions/core from 1.10.1 to 1.11.1 Snyk has created this PR to upgrade @actions/core from 1.10.1 to 1.11.1. See this package in npm: @actions/core See this project in Snyk: https://app.snyk.io/org/hashim21223445/project/cb49a091-b7cf-4c90-9717-1be2d332597e?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3100944ea..7dc7a0573 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "license": "MIT", "dependencies": { "@actions/cache": "^3.2.4", - "@actions/core": "^1.10.0", + "@actions/core": "^1.11.1", "@actions/exec": "^1.0.4", "@actions/glob": "^0.4.0", "@actions/http-client": "^2.2.1",