From 56e956426f67ebabb48c5a23dc4141489272747a Mon Sep 17 00:00:00 2001
From: Sankalp Kotewar <98868223+kotewar@users.noreply.github.com>
Date: Wed, 14 Dec 2022 18:49:43 +0000
Subject: [PATCH] Repositioned new actions introduction

---
 README.md | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 41a7709..33829b6 100644
--- a/README.md
+++ b/README.md
@@ -2,15 +2,17 @@
 
 This action allows caching dependencies and build outputs to improve workflow execution time.
 
+In addition to `actions/cache` action, other two actions are also available
+
+[Restore action](./restore/README.md)
+[Save action](./save/README.md)
+
 [![Tests](https://github.com/actions/cache/actions/workflows/workflow.yml/badge.svg)](https://github.com/actions/cache/actions/workflows/workflow.yml)
 
 ## Documentation
 
 See ["Caching dependencies to speed up workflows"](https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows).
 
-[Restore action](./restore/README.md)
-
-[Save action](./save/README.md)
 
 ## What's New
 ### v3