This commit is contained in:
Arpad Borsos 2023-07-03 19:38:11 +02:00
parent 65dbc54a5d
commit dd05243424
No known key found for this signature in database
GPG Key ID: 908EDF65263368B4
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.5.0",
"version": "2.5.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "rust-cache",
"version": "2.5.0",
"version": "2.5.1",
"license": "LGPL-3.0",
"dependencies": {
"@actions/cache": "^3.2.1",

View File

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