From 720f7e45ccee46c12a7b1d7bed2ab733be9be5a1 Mon Sep 17 00:00:00 2001 From: Arpad Borsos Date: Sat, 28 Dec 2024 08:37:30 +0100 Subject: [PATCH] 2.7.6 --- 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 8d0faa2..96a6c97 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rust-cache", - "version": "2.7.5", + "version": "2.7.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "rust-cache", - "version": "2.7.5", + "version": "2.7.6", "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 5f93da9..dae7800 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "rust-cache", - "version": "2.7.5", + "version": "2.7.6", "description": "A GitHub Action that implements smart caching for rust/cargo projects with sensible defaults.", "keywords": [ "actions",