From 50a4a3a126349b0c48e6b4492e413ae35e431896 Mon Sep 17 00:00:00 2001
From: Vipul <vsvipul@github.com>
Date: Tue, 4 Oct 2022 06:47:17 +0000
Subject: [PATCH] Create new release 3.0.10

---
 RELEASES.md       | 4 ++++
 package-lock.json | 4 ++--
 package.json      | 2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/RELEASES.md b/RELEASES.md
index 5090b3f..85ba1b5 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -32,3 +32,7 @@
 
 ### 3.0.9
 - Enhanced the warning message for cache unavailablity in case of GHES.
+
+### 3.0.10
+- Fix a bug with sorting inputs.
+- Update definition for restore-keys in README.md
diff --git a/package-lock.json b/package-lock.json
index 2c65f05..5db399f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "cache",
-  "version": "3.0.9",
+  "version": "3.0.10",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "cache",
-      "version": "3.0.9",
+      "version": "3.0.10",
       "license": "MIT",
       "dependencies": {
         "@actions/cache": "^3.0.4",
diff --git a/package.json b/package.json
index dd91655..c5183e2 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cache",
-  "version": "3.0.9",
+  "version": "3.0.10",
   "private": true,
   "description": "Cache dependencies and build outputs",
   "main": "dist/restore/index.js",