From e0b0f239f20f15c1e1949b9c74fc5a66fc49af23 Mon Sep 17 00:00:00 2001
From: Vijay Vavdiya <vijayvavdiya@gmail.com>
Date: Mon, 23 Oct 2023 11:08:26 +0530
Subject: [PATCH] Updated CHANGELOG.md for #5322 [CI] Replace usage of
 deprecated `set-output` in workflows

Co-authored-by: Josh Romero <rmerqg@amazon.com>
Signed-off-by: Vijay Vavdiya <vijayvavdiya@gmail.com>
---
 CHANGELOG.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8789dad2b2fb..c1a98066e2de 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -82,7 +82,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
 - [CI] Enable inputs for manually triggered Cypress test jobs ([#5134](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5134))
 - [CI] Add `NODE_OPTIONS` and disable disk allocation threshold ([#5172](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5172))
 - [CI] Supprt CI Groups for Cypress test jobs ([#5298](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5298))
-- [CI] set-output is deprecated ([#5340](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5340))
+- [CI] Replace usage of deprecated `set-output` in workflows ([#5340](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5340))
 
 ### 📝 Documentation