Bump dependency version for actions/github and actions/tool-cache.

This commit is contained in:
Tingluo Huang
2026-01-08 04:58:48 +00:00
parent 67a08de5c7
commit 5fc5cdde44
6 changed files with 48 additions and 36 deletions
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "@actions/tool-cache",
"version": "2.0.2",
"version": "3.0.0",
"description": "Actions tool-cache lib",
"keywords": [
"github",
@@ -36,10 +36,10 @@
"url": "https://github.com/actions/toolkit/issues"
},
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/exec": "^1.0.0",
"@actions/http-client": "^2.0.1",
"@actions/io": "^1.1.1",
"@actions/core": "^2.0.1",
"@actions/exec": "^2.0.0",
"@actions/http-client": "^3.0.1",
"@actions/io": "^2.0.0",
"semver": "^6.1.0"
},
"devDependencies": {