Update to use the latest version of the cache package to obfuscate the SAS

This commit is contained in:
Salman Chishti 2025-03-18 07:58:36 -07:00
parent 76dd5eb692
commit 76d40dd347
7 changed files with 32548 additions and 56792 deletions

View file

@ -1,6 +1,6 @@
{
"name": "cache",
"version": "4.2.2",
"version": "4.2.3",
"private": true,
"description": "Cache dependencies and build outputs",
"main": "dist/restore/index.js",
@ -23,7 +23,7 @@
"author": "GitHub",
"license": "MIT",
"dependencies": {
"@actions/cache": "^4.0.2",
"@actions/cache": "^4.0.3",
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/io": "^1.1.3"