This commit is contained in:
Arpad Borsos 2023-05-13 12:16:43 +02:00
parent 865fd1f6db
commit 060bda31e0
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,12 +1,12 @@
{
"name": "rust-cache",
"version": "2.2.1",
"version": "2.3.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "rust-cache",
"version": "2.2.1",
"version": "2.3.0",
"license": "LGPL-3.0",
"dependencies": {
"@actions/cache": "^3.2.1",

View File

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