3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2025-06-27 02:28:48 +00:00
This commit is contained in:
Arpad Borsos 2025-06-25 18:29:24 +02:00
parent 14d3bc39c4
commit 98c8021b55
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.8",
"version": "2.8.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "rust-cache",
"version": "2.7.8",
"version": "2.8.0",
"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.8",
"version": "2.8.0",
"description": "A GitHub Action that implements smart caching for rust/cargo projects with sensible defaults.",
"keywords": [
"actions",