mirror of
https://github.com/actions/setup-go.git
synced 2025-06-27 23:43:43 +00:00
Use the new cache service: upgrade @actions/cache
to ^4.0.0
(#531)
* Use new cache service * Add licensed output * Review licenses & update types
This commit is contained in:
parent
3041bf56c9
commit
f81f022188
31 changed files with 24506 additions and 1859 deletions
|
@ -25,7 +25,7 @@
|
|||
"author": "GitHub",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/cache": "^3.2.4",
|
||||
"@actions/cache": "^4.0.0",
|
||||
"@actions/core": "^1.10.0",
|
||||
"@actions/exec": "^1.1.0",
|
||||
"@actions/glob": "^0.4.0",
|
||||
|
@ -52,4 +52,4 @@
|
|||
"ts-jest": "^29.1.2",
|
||||
"typescript": "^5.4.2"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue