Compare commits

...

3 Commits

Author SHA1 Message Date
Salman Chishti
32215aece6 undo change 2025-07-25 15:53:51 +00:00
Salman Chishti
28532dd72a undo changes 2025-07-25 15:52:20 +00:00
Salman Chishti
769c511e03 Prepare runner release 2.327.1 2025-07-25 15:48:59 +00:00
3 changed files with 5 additions and 9 deletions

View File

@@ -1,13 +1,9 @@
## What's Changed
* Try add orchestrationid into user-agent using token claim. by @TingluoHuang in https://github.com/actions/runner/pull/3945
* Fix null reference exception in user agent handling by @salmanmkc in https://github.com/actions/runner/pull/3946
* Runner Support for executing Node24 Actions by @salmanmkc in https://github.com/actions/runner/pull/3940
* Update dotnet sdk to latest version @8.0.412 by @github-actions[bot] in https://github.com/actions/runner/pull/3941
* Update Docker to v28.3.2 and Buildx to v0.26.1 by @github-actions[bot] in https://github.com/actions/runner/pull/3953
* Fix if statement structure in update script and variable reference by @salmanmkc in https://github.com/actions/runner/pull/3956
## New Contributors
* @salmanmkc made their first contribution in https://github.com/actions/runner/pull/3946
**Full Changelog**: https://github.com/actions/runner/compare/v2.326.0...v2.327.0
**Full Changelog**: https://github.com/actions/runner/compare/v2.327.0...v2.327.1
_Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet.
To confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository.

View File

@@ -36,4 +36,4 @@ namespace GitHub.Runner.Common.Util
return (preferredVersion, null);
}
}
}
}

View File

@@ -1 +1 @@
2.327.0
2.327.1