diff --git a/releaseNote.md b/releaseNote.md index 54fe58ee9..60012cc91 100644 --- a/releaseNote.md +++ b/releaseNote.md @@ -11,7 +11,7 @@ - Added the option to use the --replace argument to the create-latest-svc.sh (#2273) - Made runner_name optional defaulting to hostname in delete.sh script (#1871) - Return exit code when MANUALLY_TRAP_SIG is exported (#2285) -- Use results for uploading step summaries (#2301) +- Use results for uploading step summaries (#2301) with limited size (#2321) ## 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. diff --git a/src/runnerversion b/src/runnerversion index 82bd2418e..d0985ba3c 100644 --- a/src/runnerversion +++ b/src/runnerversion @@ -1 +1 @@ -2.300.0 +2.300.1