From ea02a7482373f35a59aa42053068f3a859bdaa45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 19:42:59 +0000 Subject: [PATCH] build(deps): bump @actions/tool-cache from 3.0.0 to 3.0.1 Bumps [@actions/tool-cache](https://github.com/actions/toolkit/tree/HEAD/packages/tool-cache) from 3.0.0 to 3.0.1. - [Changelog](https://github.com/actions/toolkit/blob/main/packages/tool-cache/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/tool-cache) --- updated-dependencies: - dependency-name: "@actions/tool-cache" dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 041323a..4f6bb19 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@actions/core": "2.0.3", - "@actions/tool-cache": "3.0.0" + "@actions/tool-cache": "3.0.1" }, "devDependencies": { "@commitlint/cli": "20.3.1", @@ -72,14 +72,14 @@ "license": "MIT" }, "node_modules/@actions/tool-cache": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@actions/tool-cache/-/tool-cache-3.0.0.tgz", - "integrity": "sha512-JBx8gEWuu8Lqaqx/hEnL6QdKvF06suBR4y+dBDi9vJbHx1r+p6QtmBKhQYhiKjDUYIoDX1bUrbyAYPChoPK+XA==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@actions/tool-cache/-/tool-cache-3.0.1.tgz", + "integrity": "sha512-euK7sID37jMg1yWGkdXkLPI5Te7x/+2QMUPeHXogcpzUZ81mqlDZ+CgYhQo3LtB8LpVnnQyjs+hTTU0Ir4Y0RQ==", "license": "MIT", "dependencies": { "@actions/core": "^2.0.1", "@actions/exec": "^2.0.0", - "@actions/http-client": "^3.0.1", + "@actions/http-client": "^3.0.2", "@actions/io": "^2.0.0", "semver": "^6.1.0" } diff --git a/package.json b/package.json index fe6770e..11ec9d2 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "@actions/core": "2.0.3", - "@actions/tool-cache": "3.0.0" + "@actions/tool-cache": "3.0.1" }, "devDependencies": { "@commitlint/cli": "20.3.1",