From 98c8021b550208e191a6a3145459bfc9fb29c4c0 Mon Sep 17 00:00:00 2001 From: Arpad Borsos Date: Wed, 25 Jun 2025 18:29:24 +0200 Subject: [PATCH] 2.8.0 --- 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 b1d67d1..6750d58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 4bb1499..61bc840 100644 --- a/package.json +++ b/package.json @@ -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",