mirror of
https://github.com/actions/runner.git
synced 2025-12-19 08:50:41 +00:00
Release notes for 2.280.1 runner (#1244)
This commit is contained in:
@@ -1,17 +1,14 @@
|
|||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Adds support for composite actions if the server supports it (#1222)
|
|
||||||
- Adds `generateIdTokenUri` to env variables for actions (#1234)
|
|
||||||
|
|
||||||
## Bugs
|
## Bugs
|
||||||
|
|
||||||
- Prefer higher `libicu` versions in `installDependencies.sh` (#1228)
|
- Fixed a bug where composite actions did not respect `continue-on-error` (#1238)
|
||||||
|
- Fixed a bug where composite actions post steps did not have the correct step context (#1243)
|
||||||
|
|
||||||
|
|
||||||
## Misc
|
## Misc
|
||||||
|
|
||||||
- Send step telemetry to server on JobCompletion (#1229)
|
- Correctly finish Job when worker crashes with IO Exceptions (#1239)
|
||||||
- Print out the resolved SHA for each downloaded action (#1233)
|
|
||||||
|
|
||||||
## 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.
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
2.280.0
|
2.280.1
|
||||||
|
|||||||
Reference in New Issue
Block a user