Skip to content

Commit e30b9d6

Browse files
authored
Update runnerversion (#2711)
* Update runnerversion * Update releaseNote.md
1 parent 496904c commit e30b9d6

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

releaseNote.md

+3-13
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,9 @@
1-
## Features
2-
- Add warning to notify about forcing actions to run on node16 instead of node12 (#2678)
3-
41
## Bugs
5-
- Remove job completion from runner listener (#2659)
6-
- Fix double error reporting (#2656)
7-
- Fix a bug with incorrect parsing of image values in a container action (#1873)
8-
- Fix error message reported on non-local action setup (#2668)
9-
- Extend github context with host-workspace (#2517)
10-
- Fixed a bug where a misplaced = character could bypass heredoc-style processing (#2627)
2+
- Fixes `if:cancelled()` composite steps not running and normal composite steps not interrupting when the job is cancelled (#2638)
3+
- Fix the bug causing double error reporting fix to remain inactive (#2703)
114

125
## Misc
13-
- Send environment url to Run Service (#2650)
14-
- Reduce token service and unnecessary calls - send token to redirects (#2660)
15-
- Add 'http://' to http(s)_proxy if there is no protocol (#2663)
16-
- Remove extra result step for job itself (#2620)
6+
- Collect telemetry on GitHub-related HTTP requests (#2691)
177

188
_Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet.
199
To confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository.

src/runnerversion

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.306.0
1+
2.307.0

0 commit comments

Comments
 (0)