Skip to content

Commit

Permalink
2.297.0 release notes (#2155)
Browse files Browse the repository at this point in the history
* 2.297.0 release notes
  • Loading branch information
thboop authored Sep 26, 2022
1 parent bc67f99 commit 01ff38f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions releaseNote.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/runnerversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.296.2
2.297.0

0 comments on commit 01ff38f

Please sign in to comment.