3
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-12-25 14:26:57 +00:00
Resolved conflicts in dist files by rebuilding after merge.
This commit is contained in:
Brenden Matthews 2025-06-23 21:03:22 -04:00
commit 2e68c2b015
No known key found for this signature in database
GPG key ID: 137B7AC2BDFD8DF0
52 changed files with 47149 additions and 9609 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",