From 01ff38f9755938452acae1e11dad6c1dc3753222 Mon Sep 17 00:00:00 2001 From: Thomas Boop <52323235+thboop@users.noreply.github.com> Date: Mon, 26 Sep 2022 11:22:05 -0400 Subject: [PATCH] 2.297.0 release notes (#2155) * 2.297.0 release notes --- releaseNote.md | 7 +++++++ src/runnerversion | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/releaseNote.md b/releaseNote.md index 9392b24cc..837e852f1 100644 --- a/releaseNote.md +++ b/releaseNote.md @@ -1,6 +1,13 @@ +## Features +- Created prerelease runner package for win-arm64 architecture (#2022) +- Added `GITHUB_STATE` and `GITHUB_OUTPUT` environment file commands (#2118) + ## Bugs - Fixed an issue where self hosted environments had their docker env's overwritten (#2107) +- Fixed an issue where step summaries for composite actions got overwritten (#2077) + ## Misc +- Bumped `actions/core` dependency (#2123) ## Windows x64 We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows. diff --git a/src/runnerversion b/src/runnerversion index ffb30427c..8b05c7a6b 100644 --- a/src/runnerversion +++ b/src/runnerversion @@ -1 +1 @@ -2.296.2 +2.297.0