mirror of
https://github.com/actions/runner.git
synced 2025-12-11 04:46:58 +00:00
Compare commits
3 Commits
9a21440691
...
salmanmkc/
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
32215aece6 | ||
|
|
28532dd72a | ||
|
|
769c511e03 |
@@ -1,13 +1,9 @@
|
|||||||
## What's Changed
|
## What's Changed
|
||||||
* Try add orchestrationid into user-agent using token claim. by @TingluoHuang in https://github.com/actions/runner/pull/3945
|
* 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 null reference exception in user agent handling by @salmanmkc in https://github.com/actions/runner/pull/3946
|
* Fix if statement structure in update script and variable reference by @salmanmkc in https://github.com/actions/runner/pull/3956
|
||||||
* 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
|
|
||||||
|
|
||||||
## 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.
|
_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.
|
To confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository.
|
||||||
|
|||||||
@@ -36,4 +36,4 @@ namespace GitHub.Runner.Common.Util
|
|||||||
return (preferredVersion, null);
|
return (preferredVersion, null);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1 +1 @@
|
|||||||
2.327.0
|
2.327.1
|
||||||
|
|||||||
Reference in New Issue
Block a user