From 9b9b3b08537703ece745d3b2a8dff0f28906f48c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 8 Dec 2024 02:01:22 +0000 Subject: [PATCH] fix: upgrade @actions/http-client from 2.1.0 to 2.2.3 Snyk has created this PR to upgrade @actions/http-client from 2.1.0 to 2.2.3. See this package in npm: @actions/http-client See this project in Snyk: https://app.snyk.io/org/nerds-github/project/d7e30d7c-b888-4c87-948a-c60dcaafb5d6?utm_source=github&utm_medium=referral&page=upgrade-pr --- packages/tool-cache/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tool-cache/package.json b/packages/tool-cache/package.json index 7a05399aeb..4e5d402dc9 100644 --- a/packages/tool-cache/package.json +++ b/packages/tool-cache/package.json @@ -38,7 +38,7 @@ "dependencies": { "@actions/core": "^1.2.6", "@actions/exec": "^1.0.0", - "@actions/http-client": "^2.0.1", + "@actions/http-client": "^2.2.3", "@actions/io": "^1.1.1", "semver": "^6.1.0", "uuid": "^3.3.2"