From 22c9328bcba27aa81a32b1bef27c7e3c78052531 Mon Sep 17 00:00:00 2001 From: Arpad Borsos Date: Sun, 16 Oct 2022 16:54:17 +0200 Subject: [PATCH] 2.0.1 --- CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15a55e9..47385c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.0.1 + +- Primarily just updating dependencies to fix GitHub deprecation notices. + ## 2.0.0 - The action code was refactored to allow for caching multiple workspaces and diff --git a/package-lock.json b/package-lock.json index 7b7c674..23f2ab1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rust-cache", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rust-cache", - "version": "2.0.0", + "version": "2.0.1", "license": "LGPL-3.0", "dependencies": { "@actions/cache": "^3.0.5", diff --git a/package.json b/package.json index cd23519..35c5d73 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "rust-cache", - "version": "2.0.0", + "version": "2.0.1", "description": "A GitHub Action that implements smart caching for rust/cargo projects with sensible defaults.", "keywords": [ "actions",