From 82a92a6e8fbeee089604da2575dc567ae9ddeaab Mon Sep 17 00:00:00 2001 From: Arpad Borsos Date: Sat, 12 Oct 2024 12:15:11 +0200 Subject: [PATCH] 2.7.5 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3ecd3ce..3b48b30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rust-cache", - "version": "2.7.3", + "version": "2.7.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "rust-cache", - "version": "2.7.3", + "version": "2.7.5", "license": "LGPL-3.0", "dependencies": { "@actions/buildjet-cache": "npm:github-actions.cache-buildjet@0.2.0", diff --git a/package.json b/package.json index fc610ed..6eab27e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "rust-cache", - "version": "2.7.3", + "version": "2.7.5", "description": "A GitHub Action that implements smart caching for rust/cargo projects with sensible defaults.", "keywords": [ "actions",