3
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-12-25 06:17:02 +00:00

Merge tag 'v4.2.3' into v4

This commit is contained in:
Cyril Rohr 2025-05-27 14:14:08 +02:00
commit ae0e379aa0
No known key found for this signature in database
51 changed files with 47147 additions and 9608 deletions

View file

@ -1,6 +1,6 @@
{
"name": "cache",
"version": "4.0.2",
"version": "4.2.3",
"private": true,
"description": "Cache dependencies and build outputs",
"main": "dist/restore/index.js",
@ -23,10 +23,10 @@
"author": "GitHub",
"license": "MIT",
"dependencies": {
"@actions/cache": "^3.2.4",
"@actions/core": "^1.10.0",
"@actions/cache": "^4.0.3",
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/io": "^1.1.2",
"@actions/io": "^1.1.3",
"@aws-sdk/client-s3": "^3.511.0",
"@aws-sdk/lib-storage": "^3.513.0",
"@aws-sdk/s3-request-presigner": "^3.513.0"
@ -37,7 +37,7 @@
"@types/node": "^16.18.3",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"@vercel/ncc": "^0.38.1",
"@vercel/ncc": "^0.38.3",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",