Skip to content

Commit

Permalink
Release notes 2.295.0 (actions#2046)
Browse files Browse the repository at this point in the history
* Update releaseNote.md

* Update runnerversion

* Update releaseNote.md
  • Loading branch information
fhammerl authored Aug 10, 2022
1 parent 694d73d commit 84e7949
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions releaseNote.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
## Features
- Added support for a JIT runner config (#1925)
- Added `ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION` env option to force actions to run on a specific node version (#1913)
- GHES: Support connecting to GitHub Enterprise Server Actions Service on a subdomain
## Bugs
- Fixed a bug where container hooks passed in path as a string rather then an array of strings (#1948)

- Fixed a bug where GITHUB_ENV would not update correctly between composite action steps (#1794)
- Fixed runner update bug caused by `update.sh|cmd` running too long (#2044)
## Misc
- Minor cleanup of error messages when running container hooks (#1949)
- Bump Newtonsoft.Json from 11.0.2 to 13.0.1 (#2012)
- Change a periodic token expiry log message level from `WARNING` to `VERBOSE` (#2021)

## 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.294.0
2.295.0

0 comments on commit 84e7949

Please sign in to comment.