This commit is contained in:
Arpad Borsos 2022-11-06 10:06:04 +01:00
parent e78327dd9e
commit b894d59a8d
No known key found for this signature in database
GPG Key ID: FC7BCA77824B3298
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{
"name": "rust-cache",
"version": "2.0.2",
"version": "2.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "2.0.2",
"version": "2.1.0",
"license": "LGPL-3.0",
"dependencies": {
"@actions/cache": "^3.0.6",

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "rust-cache",
"version": "2.0.2",
"version": "2.1.0",
"description": "A GitHub Action that implements smart caching for rust/cargo projects with sensible defaults.",
"keywords": [
"actions",