Bump @actions/cache to v5 (#695)

* Bump @actions/cache to version 5.0.0 in package.json and package-lock.json

* Bump @actions/cache to v5

* prepease release 6.0.1

* Bump @actions/cache to v5.0.1

- Resolves punycode deprecation warning
- Updates licensed cache metadata

* upgrade actions/cache to 5.0.1

---------

Co-authored-by: Aparna Jyothi <aparnajyothi-y@github.com>
This commit is contained in:
Salman Chishti
2026-01-07 16:40:06 +00:00
committed by GitHub
parent bf7446afaf
commit ae252ee6fb
74 changed files with 98277 additions and 106149 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "setup-go",
"version": "6.0.0",
"version": "6.0.1",
"private": true,
"description": "setup go action",
"main": "lib/setup-go.js",
@@ -28,7 +28,7 @@
"author": "GitHub",
"license": "MIT",
"dependencies": {
"@actions/cache": "^4.0.3",
"@actions/cache": "^5.0.1",
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/glob": "^0.5.0",