mirror of
https://github.com/actions/runner.git
synced 2025-12-12 05:37:01 +00:00
Release notes for 2.296.0 (#2078)
* Update releaseNote.md * Update runnerversion
This commit is contained in:
@@ -1,11 +1,9 @@
|
|||||||
## Features
|
|
||||||
- GHES: Support connecting to GitHub Enterprise Server Actions Service on a subdomain
|
|
||||||
## Bugs
|
## Bugs
|
||||||
- Fixed a bug where GITHUB_ENV would not update correctly between composite action steps (#1794)
|
- Avoid key based command injection via Docker command arguments (#2062)
|
||||||
- Fixed runner update bug caused by `update.sh|cmd` running too long (#2044)
|
|
||||||
## Misc
|
## Misc
|
||||||
- Bump Newtonsoft.Json from 11.0.2 to 13.0.1 (#2012)
|
- Added step context name and start/finish time in step telemetry (#2069)
|
||||||
- Change a periodic token expiry log message level from `WARNING` to `VERBOSE` (#2021)
|
- Improved error logs when there is a missing 'using' token configuration in the metadata file (#2052)
|
||||||
|
- Added full job name and nested workflow details in log (#2049)
|
||||||
|
|
||||||
## Windows x64
|
## 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.
|
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.
|
||||||
@@ -32,7 +30,7 @@ curl -O -L https://github.com/actions/runner/releases/download/v<RUNNER_VERSION>
|
|||||||
tar xzf ./actions-runner-osx-x64-<RUNNER_VERSION>.tar.gz
|
tar xzf ./actions-runner-osx-x64-<RUNNER_VERSION>.tar.gz
|
||||||
```
|
```
|
||||||
|
|
||||||
## [Pre-release] OSX arm64 (Apple silicon)
|
## OSX arm64 (Apple silicon)
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
# Create a folder
|
# Create a folder
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
2.295.0
|
2.296.0
|
||||||
|
|||||||
Reference in New Issue
Block a user