From 467fdf7705038ac2851fc4e976bf7112f5313980 Mon Sep 17 00:00:00 2001 From: Alexander Bayandin Date: Sun, 7 May 2023 09:55:34 +0100 Subject: [PATCH 1/2] Add changelog entry for #257 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5940b7d..8480293 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- `set-output` deprecation warning (https://github.com/thomaseizinger/create-pull-request/pull/257) + ## [1.3.0] - 2022-12-12 ### Added From 33817a82d3782d05a56d26d3f5838039c5b29a3a Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Sun, 7 May 2023 16:35:30 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8480293..b8fc65f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- `set-output` deprecation warning (https://github.com/thomaseizinger/create-pull-request/pull/257) +- Deprecation warning for `set-output` command from `actions/core` dependency. ## [1.3.0] - 2022-12-12