Skip to content

Commit 85e1927

Browse files
authored
Prepare for runner 2.284.0 release (#1448)
1 parent b6dbf42 commit 85e1927

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

releaseNote.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11
## Features
22

3+
- Expose GITHUB_REF_* as environment variable (#1314)
4+
- Add arch to runner context (#1372)
5+
- Support Conditional Steps in Composite Actions (#1438)
6+
- Log current runner version in terminal (#1441)
7+
38
## Bugs
49

5-
- Fixed an issue where ephemeral runners did not restart after upgrading (#1396)
10+
- Makes the user keychains available to the service (#847)
11+
- Use Actions Service health and api.github.com endpoints after connection failure on Actions Server and Hosted (#1385)
12+
- Fix an issue where nested local composite actions did not correctly register post steps (#1433)
613

714
## Misc
815

16+
- Cleanup Older versions on MacOS now that we recreate node versions as needed (#1410)
17+
918
## Windows x64
1019
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.
1120

src/runnerversion

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.283.3
1+
2.284.0

0 commit comments

Comments
 (0)