From f13886b937689c021905a6b90929199931d60db1 Mon Sep 17 00:00:00 2001 From: Arpad Borsos Date: Thu, 18 Sep 2025 08:38:04 +0200 Subject: [PATCH] 2.8.1 --- 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 bdddacc..3f82996 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rust-cache", - "version": "2.8.0", + "version": "2.8.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "rust-cache", - "version": "2.8.0", + "version": "2.8.1", "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 72786f1..d9bd5f4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "rust-cache", - "version": "2.8.0", + "version": "2.8.1", "description": "A GitHub Action that implements smart caching for rust/cargo projects with sensible defaults.", "keywords": [ "actions",