3
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-08-02 11:20:24 +00:00

fix: bump cache version

This commit is contained in:
Matthew Matl 2024-05-02 13:39:13 -07:00
parent 7125dec29e
commit 0dfbfabaea
No known key found for this signature in database
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -12,7 +12,7 @@
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/io": "^1.1.2",
"@ambi-robotics/cache": "^1.3.0"
"@ambi-robotics/cache": "^1.3.2"
},
"devDependencies": {
"@types/jest": "^27.5.2",
@ -100,9 +100,9 @@
"integrity": "sha512-d+RwPlMp+2qmBfeLYPLXuSRykDIFEwdTA0MMxzS9kh4kvP1ftrc/9fzy6pX6qAjthdXruHQ6/6kjT/DNo5ALuw=="
},
"node_modules/@ambi-robotics/cache": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/@ambi-robotics/cache/-/cache-1.3.0.tgz",
"integrity": "sha512-6zpe48Pr9zQUBmKWr5sK8byqULgR2R8V+8Y8s9p6TtCfMt0/lK6j0zAddt7kxyDGh67KNjn2lNnu2NuYy8ygNg==",
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/@ambi-robotics/cache/-/cache-1.3.2.tgz",
"integrity": "sha512-SPOTsWBMQvA9/7cgKxe7TvwXLWY8Q6MY0v2VFgn+GECH/sMrStdqaXaO7MP299qgqUgkm0sTIkZ5U75rJ0xigw==",
"dependencies": {
"@actions/cache": "^3.2.4",
"@actions/core": "^1.10.1",
@ -10023,9 +10023,9 @@
"integrity": "sha512-d+RwPlMp+2qmBfeLYPLXuSRykDIFEwdTA0MMxzS9kh4kvP1ftrc/9fzy6pX6qAjthdXruHQ6/6kjT/DNo5ALuw=="
},
"@ambi-robotics/cache": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/@ambi-robotics/cache/-/cache-1.3.0.tgz",
"integrity": "sha512-6zpe48Pr9zQUBmKWr5sK8byqULgR2R8V+8Y8s9p6TtCfMt0/lK6j0zAddt7kxyDGh67KNjn2lNnu2NuYy8ygNg==",
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/@ambi-robotics/cache/-/cache-1.3.2.tgz",
"integrity": "sha512-SPOTsWBMQvA9/7cgKxe7TvwXLWY8Q6MY0v2VFgn+GECH/sMrStdqaXaO7MP299qgqUgkm0sTIkZ5U75rJ0xigw==",
"requires": {
"@actions/cache": "^3.2.4",
"@actions/core": "^1.10.1",

View file

@ -23,7 +23,7 @@
"author": "GitHub",
"license": "MIT",
"dependencies": {
"@ambi-robotics/cache": "^1.3.0",
"@ambi-robotics/cache": "^1.3.2",
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/io": "^1.1.2"