Bump @actions/cache to 5.1.0, log cache write denied (#746)

* Bump @actions/cache to 5.1.0, log cache write denied

* Add cache save failure test case

* Update dist

* Resolve high-severity audit issues
This commit is contained in:
Jason Ginchereau
2026-06-22 08:33:08 -10:00
committed by GitHub
parent dc3262dda8
commit 4406a635cd
18 changed files with 44364 additions and 67770 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "setup-dotnet",
"version": "5.3.0",
"version": "5.4.0",
"private": true,
"description": "setup dotnet action",
"main": "dist/setup/index.js",
@@ -29,14 +29,14 @@
"author": "GitHub",
"license": "MIT",
"dependencies": {
"@actions/cache": "^5.0.5",
"@actions/cache": "^5.1.0",
"@actions/core": "^2.0.3",
"@actions/exec": "^2.0.0",
"@actions/github": "^6.0.0",
"@actions/glob": "^0.5.1",
"@actions/http-client": "^3.0.2",
"@actions/io": "^2.0.0",
"fast-xml-parser": "^5.5.11",
"fast-xml-parser": "^5.9.2",
"json5": "^2.2.3",
"semver": "^7.6.0"
},
@@ -60,6 +60,9 @@
"typescript": "^5.9.2",
"wget-improved": "^3.2.1"
},
"overrides": {
"undici": "^6.24.1"
},
"jest": {
"testEnvironment": "node"
}