This commit is contained in:
Arpad Borsos 2023-10-21 10:37:46 +02:00
parent e03705e031
commit 3cf7f8cc28
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.7.0",
"version": "2.7.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "rust-cache",
"version": "2.7.0",
"version": "2.7.1",
"license": "LGPL-3.0",
"dependencies": {
"@actions/buildjet-cache": "npm:github-actions.cache-buildjet@0.2.0",

View File

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