Skip to content

Releases: uazo/runner

v2.304.0

06 Jun 15:08
Compare
Choose a tag to compare

Features

Bugs

Misc

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.
See https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners

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.

The following snipped needs to be run on powershell:

# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.304.0/actions-runner-win-x64-2.304.0.zip -OutFile actions-runner-win-x64-2.304.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.304.0.zip", "$PWD")

[Pre-release] Windows arm64

Warning: Windows arm64 runners are currently in preview status and use unofficial versions of nodejs. They are not intended for production workflows.

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.

The following snipped needs to be run on powershell:

# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.304.0/actions-runner-win-arm64-2.304.0.zip -OutFile actions-runner-win-arm64-2.304.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.304.0.zip", "$PWD")

OSX x64

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.304.0/actions-runner-osx-x64-2.304.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.304.0.tar.gz

OSX arm64 (Apple silicon)

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.304.0/actions-runner-osx-arm64-2.304.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.304.0.tar.gz

Linux x64

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.304.0/actions-runner-linux-x64-2.304.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.304.0.tar.gz

Linux arm64

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.304.0/actions-runner-linux-arm64-2.304.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.304.0.tar.gz

Linux arm

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.304.0/actions-runner-linux-arm-2.304.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.304.0.tar.gz

Using your self hosted runner

For additional details about configuring, running, or shutting down the runner please check out our product docs.

SHA-256 Checksums

The SHA-256 checksums for the packages included in this build are shown below:

  • actions-runner-win-x64-2.304.0.zip e277b0f437ab8d605b947ad8bd7f2528d944b2d1e23243f1182b34922f1e6620

  • actions-runner-win-arm64-2.304.0.zip 9cb6c64eeeea45ad0f024b79afcc598472607e2097f399c7ea298b6ecef6153b

  • actions-runner-osx-x64-2.304.0.tar.gz 4fa559b4682b65434f90f2fa0f4427b08cbe6b31b30395b82bad86f95c835f31

  • actions-runner-osx-arm64-2.304.0.tar.gz b380b970a693cb573fae2e41739faead795b2b4bc39e49d8f61d61c002ac751c

  • actions-runner-linux-x64-2.304.0.tar.gz 4e8d6b606b29e9c7297862b1012b08088f75451d081594a4a24c0d406aef1321

  • actions-runner-linux-arm64-2.304.0.tar.gz a832d18c34e64d6ddbdb717d574d5bdf8f4e12a062f36e7a5c93b1847e78996b

  • actions-runner-linux-arm-2.304.0.tar.gz 77716a69188827f949d150827e7559ed2bcfaa9e894bcd48faed9c4f00f0c7be

  • actions-runner-win-x64-2.304.0-noexternals.zip a239d44fe8ee52fc9fc7aa291ffe0b4ca239937ccd3cf86f0b1778ab5f9dd20e

  • actions-runner-win-arm64-2.304.0-noexternals.zip 53c3e010bdf723bbdd42496301652da5a069d580a7af31d88358edd2bae47044

  • actions-runner-osx-x64-2.304.0-noexternals.tar.gz 4951e85f512b77de4599370223cf8f33937e42d745e63be7781be436127b665f

  • actions-runner-osx-arm64-2.304.0-noexternals.tar.gz d74587e5e0cd5ba52869dd5179920b6dbd0dc3fa52f3fb97bd0502eeda8bc62e

  • actions-runner-linux-x64-2.304.0-noexternals.tar.gz dfc935a61572000763b7c8b2e0570c27b9c4d71d6e7ae0e61276cb80f3a53c7e

  • actions-runner-linux-arm64-2.304.0-noexternals.tar.gz a21e77354f9a6824d948c1864647b9aadbda625f9e2ddfaa899a26056a961b04

  • actions-runner-linux-arm-2.304.0-noexternals.tar.gz 155f3cd98de8a80b44b852a1c074ce01be16ceb9343429eb0c3aba4104af769a

  • actions-runner-win-x64-2.304.0-noruntime.zip cd0b1cac1a3549d0a554bc1043ec55668593c141ae2d30a89902301b6e34374f

  • actions-runner-win-arm64-2.304.0-noruntime.zip e84628339bca9c3a9e8b16d1f3e4a0e9ef7c3b8ff37dd0160a9af16c1d86959a

  • actions-runner-osx-x64-2.304.0-noruntime.tar.gz ab03e08d4fa32d7b62b88db8d1bfb96407759c6aa64e767df03507debdb38a79

  • actions-runner-osx-arm64-2.304.0-noruntime.tar.gz 33c18e53834608c67adc445661ef47be0ea94e13cd822eb40e2e075c0d633bc7

  • actions-runner-linux-x64-2.304.0-noruntime.tar.gz aae44380141f3376dd945c90eb3b00425af76471a26444e9500759abdfce78f9

  • actions-runner-linux-arm64-2.304.0-noruntime.tar.gz ade2b3607181a242c9bc724b755be0a82ed51b0e8e275e93607a29f3a7f20db1

  • actions-runner-linux-arm-2.304.0-noruntime.tar.gz f5fe7898f667b948c2e49335c04bc9c57a988d00066b9c46b97329af8fb49123

  • actions-runner-win-x64-2.304.0-noruntime-noexternals.zip 6227a2cb8ee6205ce6708c8e9632a9f7152d76bcd8d6bcbf1fa896e710ea5d25

  • actions-runner-win-arm64-2.304.0-noruntime-noexternals.zip 14e799064715a238c5a2419937c113e322c8405cd3227e95f0b57a6736d5e19d

  • actions-runner-osx-x64-2.304.0-noruntime-noexternals.tar.gz 93b869ff4a0f21bdf6ad609d042b791b71a5661d3cdbd17997e174d8d975e470

  • actions-runner-osx-arm64-2.304.0-noruntime-noexternals.tar.gz 38c9dff9e7ea425f1d8c587c5aa9ae89ffe20f0e29ddaa190d8111d537a704f5

  • actions-runner-linux-x64-2.304.0-noruntime-noexternals.tar.gz 478c3eaa856005cb63f8f68188807b1daf5abf816924170598c676a46922fc1e

  • actions-runner-linux-arm64-2.304.0-noruntime-noexternals.tar.gz b7bb3c3f9ba5b2ff6d555c9b0cbf672ce247f1c3bab887e83b7e6164399932e8<!-- END SHA linux-arm64_noruntime_noex...

Read more

v2.303.1

20 Apr 08:17
Compare
Choose a tag to compare

Features

  • Support matrix context in output keys (actions#2477)
  • Add update certificates to ./run.sh if RUNNER_UPDATE_CA_CERTS env is set (actions#2471)
  • Bypass all proxies for all hosts if no_proxy='*' is set (actions#2395)
  • Change runner image to make user/folder align with ubuntu-latest hosted runner. (actions#2469)

Bugs

  • Exit on runner version deprecation error (actions#2299)
  • Runner service exit after consecutive re-try exits (actions#2426)

Misc

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.
See https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners

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.

The following snipped needs to be run on powershell:

# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.303.1/actions-runner-win-x64-2.303.1.zip -OutFile actions-runner-win-x64-2.303.1.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.303.1.zip", "$PWD")

[Pre-release] Windows arm64

Warning: Windows arm64 runners are currently in preview status and use unofficial versions of nodejs. They are not intended for production workflows.

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.

The following snipped needs to be run on powershell:

# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.303.1/actions-runner-win-arm64-2.303.1.zip -OutFile actions-runner-win-arm64-2.303.1.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.303.1.zip", "$PWD")

OSX x64

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.303.1/actions-runner-osx-x64-2.303.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.303.1.tar.gz

OSX arm64 (Apple silicon)

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.303.1/actions-runner-osx-arm64-2.303.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.303.1.tar.gz

Linux x64

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.303.1/actions-runner-linux-x64-2.303.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.303.1.tar.gz

Linux arm64

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.303.1/actions-runner-linux-arm64-2.303.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.303.1.tar.gz

Linux arm

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.303.1/actions-runner-linux-arm-2.303.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.303.1.tar.gz

Using your self hosted runner

For additional details about configuring, running, or shutting down the runner please check out our product docs.

SHA-256 Checksums

The SHA-256 checksums for the packages included in this build are shown below:

  • actions-runner-win-x64-2.303.1.zip 8a5f09dc6aadd16c77098fd1d9928e1388997e6c45b5db36911ca2de33bc48cd

  • actions-runner-win-arm64-2.303.1.zip 5dc2eabbf004a0e17ba5a53218aa6921b6939714d5a95876fd1e723154f77456

  • actions-runner-osx-x64-2.303.1.tar.gz a3a39832e78c3ed04203393f5e567b86c62e4a33092b85b9940602d0522a8c28

  • actions-runner-osx-arm64-2.303.1.tar.gz 12c04c59a60c6884d1a9c4084be35f82e86ff026dd393f216edec11e9400b844

  • actions-runner-linux-x64-2.303.1.tar.gz 1993b3a28a3d52feae6eaa5720efe106fcda6c870091e774ba293a832c0c84c9

  • actions-runner-linux-arm64-2.303.1.tar.gz 293a5f5205d535512f5461a01b52d5e181c36278d596613774bf2ee897f1b3e3

  • actions-runner-linux-arm-2.303.1.tar.gz 51bd5508e9455624686e21676a4af7e7824a7b6d817a813d1bd5e02a28f1ff00

  • actions-runner-win-x64-2.303.1-noexternals.zip 9c10dbf72931d2ab7361e0fc0dd233f468a97428607b616b1c4251e05ca13236

  • actions-runner-win-arm64-2.303.1-noexternals.zip aaebe2958e53cf90ceb54027cea82e5b6b5da0435c6cebd3732933b6d663b4f7

  • actions-runner-osx-x64-2.303.1-noexternals.tar.gz d152cb2599ed8cf9bf5bcd3c6265107f12e248ae8550799bc1f2f3998024bc76

  • actions-runner-osx-arm64-2.303.1-noexternals.tar.gz 655371e42f3635eb0f264bdae508d6df02b0826e9f15bc07edc87bb13bc5003f

  • actions-runner-linux-x64-2.303.1-noexternals.tar.gz 8bd3c0ef7e5138480b1c7eb4d5a7704c309dc0c0acfc01febc7abb3d5875b419

  • actions-runner-linux-arm64-2.303.1-noexternals.tar.gz 718c9ebdc4f286a89ba189a08f5a099311d996a6c51822178b3639c5c24bd307

  • actions-runner-linux-arm-2.303.1-noexternals.tar.gz c947c3418392f3d484cb17a7ba4e774bb2ff8854290f359a0ec1a7d96ae4dbb7

  • actions-runner-win-x64-2.303.1-noruntime.zip bc71b6cc60918cc48a6776596ececd11546737586f411e51ebcc58cb4306c8be

  • actions-runner-win-arm64-2.303.1-noruntime.zip fc191bed27f00fcd9d73e69cd07e5052f7504d356ba061842f96b2cb428236de

  • actions-runner-osx-x64-2.303.1-noruntime.tar.gz b86432f88b261194a8659dc4675c2950756526a20ea2a480cf476898cd5348e8

  • actions-runner-osx-arm64-2.303.1-noruntime.tar.gz 3f89de91e731547959f2dcef406e204d94be5fe8451559c9e699e2fdaaab600d

  • actions-runner-linux-x64-2.303.1-noruntime.tar.gz cec9baaf92658d644c6c970e5af30e2488c3c848f2029be29f6d93f405747445

  • actions-runner-linux-arm64-2.303.1-noruntime.tar.gz 2c4f13b03f6d324c511bb09d8d75608d954ce6bc5277a380c85f838bbe298976

  • actions-runner-linux-arm-2.303.1-noruntime.tar.gz 7e57d06addb42c3d4189be7b909bdad328cdafd7ad7e63f601af9998151efc70

  • actions-runner-win-x64-2.303.1-noruntime-noexternals.zip 6476a4c25d7b0779537673a6c3e3c486d1fbb1c20ffb59ceead97221e8c11e95

  • actions-runner-win-arm64-2.303.1-noruntime-noexternals.zip 352321b9914353ebc37e5068e83d99b1cdb5518b53c9549cf6fd9221204a8fe5

  • actions-runner-osx-x64-2.303.1-noruntime-noexternals.tar.gz e600076e0ca060f801f0e9ed5571940008a1de80eb8c052abd96f9929ca46112

  • actions-runner-osx-arm64-2.303.1-noruntime-noexternals.tar.gz ab0100c62f84ed7b9c7560d07b65b98eb2c1d897764896e491ca21c4212546d3

  • actions-runner-linux-x64-2.303.1-noruntime-noexternals.tar.gz 2d6d928351f8d2884ea29b675f4a211cb0016f24b3b1aede83c174249c8870fb

  • actions-runner-linux-arm64-2.303.1-noruntime-noexternals.tar.gz ef1bbe9e9942d7b8391a1ea93bb98cad522668769d50c9aead2bad8d9dc886be

  • actions-runner-linux-arm-2.303.1-noruntime-noexternals.tar.gz <!-- BEGIN SHA li...

Read more

v2.302.5

18 Feb 12:32
Compare
Choose a tag to compare

Features

  • Add Runner Configuration option to disable auto update --disableupdate (actions#1558)
  • Introduce GITHUB_ACTIONS_RUNNER_TLS_NO_VERIFY env variable to skip SSL Cert Verification on the Runner (actions#1616)
  • Adds support for downloading trimmed versions of the runner when the entire package does not need to be upgraded (actions#1568)

Bugs

  • Set Outcome/Conclusion for composite action steps (actions#1600)

Misc

  • Update run.sh to more gracefully handle updates (actions#1494)
  • Use 8Mb default chunking for File Container Uploads (actions#1626)
  • Performance improvements in handling large amounts of live logs (actions#1592)
  • Allow ./svc.sh stop to exit as soon as runner process exits (actions#1580)
  • Add additional tracing to help troubleshoot job message corruption (actions#1587)

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.

The following snipped needs to be run on powershell:

# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.302.5/actions-runner-win-x64-2.302.5.zip -OutFile actions-runner-win-x64-2.302.5.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.302.5.zip", "$PWD")

OSX

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.302.5/actions-runner-osx-x64-2.302.5.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.302.5.tar.gz

Linux x64

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.302.5/actions-runner-linux-x64-2.302.5.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.302.5.tar.gz

Linux arm64

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.302.5/actions-runner-linux-arm64-2.302.5.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.302.5.tar.gz

Linux arm

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.302.5/actions-runner-linux-arm-2.302.5.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.302.5.tar.gz

Using your self hosted runner

For additional details about configuring, running, or shutting down the runner please check out our product docs.

SHA-256 Checksums

The SHA-256 checksums for the packages included in this build are shown below:

  • actions-runner-win-x64-2.302.5.zip 0256f4674dba2cf0b3ef2b0bab2c870a2f6f079c2e5c2c50b5fb9490f77b13de

  • actions-runner-osx-x64-2.302.5.tar.gz d86d2ba449f96dba6edbf3122c60ace6ae2a75b6e193228a00b9e99a8f3c0ca0

  • actions-runner-linux-x64-2.302.5.tar.gz b8ffe12190b388a4814eb24e7555ce0435538b79e58298abb4c16348aad59208

  • actions-runner-linux-arm64-2.302.5.tar.gz 590aa8eeffcf7a7894a8e08b0263294bbe5580c595b2ccf5e4c5a1aba22ad827

  • actions-runner-linux-arm-2.302.5.tar.gz 6355202e84b64ce3b922f13cc242c28a203f0126e79384c328fa7464789552cf

  • actions-runner-win-x64-2.302.5-noexternals.zip 80e832f0ca73698bfec6bd71f4441489b3331f91f04ae1a2d06e5ebcb36e8200

  • actions-runner-osx-x64-2.302.5-noexternals.tar.gz e4cf0e669a27e0cae33a169b1ffb4883971ce03ea1bb92f9cc07a9587ce0775d

  • actions-runner-linux-x64-2.302.5-noexternals.tar.gz fadc89b10d3e4cdd6ebefc864196610364bfa76d46b988ead4673a632464bc42

  • actions-runner-linux-arm64-2.302.5-noexternals.tar.gz 13209d927446d585eb51cfb5836e48e126e53f0ff11677f3e0fb2c4e1aeb55eb

  • actions-runner-linux-arm-2.302.5-noexternals.tar.gz 2db01e0445332ee2841ff99e0f5db0ab48a693aaef2498568e1b5e9aa0c8a7bd

  • actions-runner-win-x64-2.302.5-noruntime.zip 310ff38367f9b33a7f867e1c269a044f69d10b51f484d92f9b7aba4ef556b13d

  • actions-runner-osx-x64-2.302.5-noruntime.tar.gz 96e9c1646a1a36bbb29ee2dfb82d85470df26a3c30a12b81a3626f6581795da5

  • actions-runner-linux-x64-2.302.5-noruntime.tar.gz 819c0ab97202ba5fd2f70c0ec12103f6b30cdac67fce69d2e7987dd5197bd88b

  • actions-runner-linux-arm64-2.302.5-noruntime.tar.gz f4141d7f6392020e48fbc9abc58aa654fe6454d49d1bd1115ba627f8b91ab468

  • actions-runner-linux-arm-2.302.5-noruntime.tar.gz c2cabaca9fdc1a74c23c4169c5a6516d25c3c40a85bc7204ea87e0b59f989229

  • actions-runner-win-x64-2.302.5-noruntime-noexternals.zip e3c99dabd88fe4e45d2cf99de6c9f006f6b79419efe5defd6918c32f1947456a

  • actions-runner-osx-x64-2.302.5-noruntime-noexternals.tar.gz f02be45ff205ef2143cae4c0751bfffaab79d940f4dee3f174df1491414b2590

  • actions-runner-linux-x64-2.302.5-noruntime-noexternals.tar.gz 2680f08711307b4ddd842caf5cf411bd8b9d2c6bb9fe41dc7962ba8c40f2c9ab

  • actions-runner-linux-arm64-2.302.5-noruntime-noexternals.tar.gz 6fe92489369b4bd8b2c33c2f321e087bff5eda82e4098c15bd6b7b9a299b5a7d

  • actions-runner-linux-arm-2.302.5-noruntime-noexternals.tar.gz ff8d0d39fea4e75cf537e54927519d297d405ba5037adfea41ca5050c9f1df4a

v2.302.4

31 Jul 07:17
Compare
Choose a tag to compare

Features

  • Add Job Message size to both Worker and Listener logs for debugging (actions#1100)
  • Add notice annotation level (in addition to error and warning) and support more annotation fields (actions#1175)

Bugs

  • Remove the NODE_ICU_DATA environment variable that may cause conflicts with node within the runner. (actions#1060)
  • Handle cancelled jobs better to prevent orphaned processes (actions#1083)
  • No longer fail to remove a systemd service with svc.sh uninstall if the script had previously been run from the wrong location (actions#1135)
  • Send SIGKILL to the runner listener if it doesn't respond to SIGINT for 30 seconds
  • Match runner group name when configuring even if there's only a single runner group

Misc

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.

The following snipped needs to be run on powershell:

# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.302.4/actions-runner-win-x64-2.302.4.zip -OutFile actions-runner-win-x64-2.302.4.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ; 
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.302.4.zip", "$PWD")

OSX

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.302.4/actions-runner-osx-x64-2.302.4.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.302.4.tar.gz

Linux x64

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.302.4/actions-runner-linux-x64-2.302.4.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.302.4.tar.gz

Linux arm64

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.302.4/actions-runner-linux-arm64-2.302.4.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.302.4.tar.gz

Linux arm

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.302.4/actions-runner-linux-arm-2.302.4.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.302.4.tar.gz

Using your self hosted runner

For additional details about configuring, running, or shutting down the runner please check out our product docs.

SHA-256 Checksums

The SHA-256 checksums for the packages included in this build are shown below:

  • actions-runner-win-x64-2.302.4.zip 5c6e0b9b2d607aa09db63db9579c98b5cdd8ee9c4d8cebf03fb5952fbb196f4c
  • actions-runner-osx-x64-2.302.4.tar.gz 237addfcf306641f28774920358eb40bfcf82a6a4450a4a8729e618f13f114ca
  • actions-runner-linux-x64-2.302.4.tar.gz f871c54028c86de9c82c62b1d8a84770014554bdbe5899f39fc6c54083ce54cd
  • actions-runner-linux-arm64-2.302.4.tar.gz a000fcc0ce8fc487ac3daff1ca0cf89f2d061fb10a03b78c37596a006012f1a8
  • actions-runner-linux-arm-2.302.4.tar.gz 3c09e4f86b654480cdd69fd80430e263ace0af366d320938ba80d4fe973bdd87

v2.302.3

30 Jul 08:51
Compare
Choose a tag to compare

Features

  • Add Job Message size to both Worker and Listener logs for debugging (actions#1100)
  • Add notice annotation level (in addition to error and warning) and support more annotation fields (actions#1175)

Bugs

  • Remove the NODE_ICU_DATA environment variable that may cause conflicts with node within the runner. (actions#1060)
  • Handle cancelled jobs better to prevent orphaned processes (actions#1083)
  • No longer fail to remove a systemd service with svc.sh uninstall if the script had previously been run from the wrong location (actions#1135)
  • Send SIGKILL to the runner listener if it doesn't respond to SIGINT for 30 seconds
  • Match runner group name when configuring even if there's only a single runner group

Misc

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.

The following snipped needs to be run on powershell:

# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.302.3/actions-runner-win-x64-2.302.3.zip -OutFile actions-runner-win-x64-2.302.3.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ; 
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.302.3.zip", "$PWD")

OSX

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.302.3/actions-runner-osx-x64-2.302.3.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.302.3.tar.gz

Linux x64

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.302.3/actions-runner-linux-x64-2.302.3.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.302.3.tar.gz

Linux arm64

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.302.3/actions-runner-linux-arm64-2.302.3.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.302.3.tar.gz

Linux arm

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.302.3/actions-runner-linux-arm-2.302.3.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.302.3.tar.gz

Using your self hosted runner

For additional details about configuring, running, or shutting down the runner please check out our product docs.

SHA-256 Checksums

The SHA-256 checksums for the packages included in this build are shown below:

  • actions-runner-win-x64-2.302.3.zip 82f801b3b522d88c4dd6a51b9663404f8686e549811b5ddb7a900610bc4569b7
  • actions-runner-osx-x64-2.302.3.tar.gz 2b5d2b79bfee8bed0d22ef42c22096622d17ce3a135cc920a5111bec6cffae79
  • actions-runner-linux-x64-2.302.3.tar.gz 760dcd2110752f619181b74fe3340e7f1de25590763275e5aecf87e86012bf12
  • actions-runner-linux-arm64-2.302.3.tar.gz 8660bd826a8fd5aa7c845c3e17e42a100cb2b530e3f7745b03ae26eb2ee09db9
  • actions-runner-linux-arm-2.302.3.tar.gz 6821150ca1a7bdb464fb7ddc9fe4485efbc89cdda42ebbf067040e86ff7aa59b

v2.302.2

29 Jul 11:32
Compare
Choose a tag to compare

Features

  • Add Job Message size to both Worker and Listener logs for debugging (actions#1100)
  • Add notice annotation level (in addition to error and warning) and support more annotation fields (actions#1175)

Bugs

  • Remove the NODE_ICU_DATA environment variable that may cause conflicts with node within the runner. (actions#1060)
  • Handle cancelled jobs better to prevent orphaned processes (actions#1083)
  • No longer fail to remove a systemd service with svc.sh uninstall if the script had previously been run from the wrong location (actions#1135)
  • Send SIGKILL to the runner listener if it doesn't respond to SIGINT for 30 seconds
  • Match runner group name when configuring even if there's only a single runner group

Misc

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.

The following snipped needs to be run on powershell:

# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.302.2/actions-runner-win-x64-2.302.2.zip -OutFile actions-runner-win-x64-2.302.2.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ; 
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.302.2.zip", "$PWD")

OSX

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.302.2/actions-runner-osx-x64-2.302.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.302.2.tar.gz

Linux x64

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.302.2/actions-runner-linux-x64-2.302.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.302.2.tar.gz

Linux arm64

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.302.2/actions-runner-linux-arm64-2.302.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.302.2.tar.gz

Linux arm

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.302.2/actions-runner-linux-arm-2.302.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.302.2.tar.gz

Using your self hosted runner

For additional details about configuring, running, or shutting down the runner please check out our product docs.

SHA-256 Checksums

The SHA-256 checksums for the packages included in this build are shown below:

  • actions-runner-win-x64-2.302.2.zip 619f1f3a5465c344525ef1a106f471d0ca115c601636b19e86eb5c36b65bd797
  • actions-runner-osx-x64-2.302.2.tar.gz 55cc744f01e96a2022e4eab52559cc283ef5c84b925e5a91e34d65bc216bbb85
  • actions-runner-linux-x64-2.302.2.tar.gz 702fa6940e335a7aa8b128b4a42cf0b8c1b51cb5543cb63d853e11cba022dc64
  • actions-runner-linux-arm64-2.302.2.tar.gz c55c571a56bd9e0d41a791520215bc2e0a8bd1695a8831a7e77b5a798cd92e08
  • actions-runner-linux-arm-2.302.2.tar.gz f8b8f851f22aae61ab8c146dc6aa0a423c84520ff0199ba4bf51bb8fd115609e

v2.302.1

27 Jul 19:56
Compare
Choose a tag to compare

Features

  • Add Job Message size to both Worker and Listener logs for debugging (actions#1100)
  • Add notice annotation level (in addition to error and warning) and support more annotation fields (actions#1175)

Bugs

  • Remove the NODE_ICU_DATA environment variable that may cause conflicts with node within the runner. (actions#1060)
  • Handle cancelled jobs better to prevent orphaned processes (actions#1083)
  • No longer fail to remove a systemd service with svc.sh uninstall if the script had previously been run from the wrong location (actions#1135)
  • Send SIGKILL to the runner listener if it doesn't respond to SIGINT for 30 seconds
  • Match runner group name when configuring even if there's only a single runner group

Misc

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.

The following snipped needs to be run on powershell:

# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.302.1/actions-runner-win-x64-2.302.1.zip -OutFile actions-runner-win-x64-2.302.1.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ; 
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.302.1.zip", "$PWD")

OSX

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.302.1/actions-runner-osx-x64-2.302.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.302.1.tar.gz

Linux x64

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.302.1/actions-runner-linux-x64-2.302.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.302.1.tar.gz

Linux arm64

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.302.1/actions-runner-linux-arm64-2.302.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.302.1.tar.gz

Linux arm

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.302.1/actions-runner-linux-arm-2.302.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.302.1.tar.gz

Using your self hosted runner

For additional details about configuring, running, or shutting down the runner please check out our product docs.

SHA-256 Checksums

The SHA-256 checksums for the packages included in this build are shown below:

  • actions-runner-win-x64-2.302.1.zip 96aa6c90bb12b485fb203d12a365c995c02699650bb2acc593e75b7c8b6dcabe
  • actions-runner-osx-x64-2.302.1.tar.gz 6f4aab0bb43fc3012854ec49ec0d46b27cbdf903da864c5969e8059317b0bc7b
  • actions-runner-linux-x64-2.302.1.tar.gz c35b809b9abb3c3126156b963320be59c4a9386a2634551ed32da2c94d689f43
  • actions-runner-linux-arm64-2.302.1.tar.gz 7140f82e2b5b339a354d6e802a5cc89e60b4871dd2a9eacb58947acba5b5fcea
  • actions-runner-linux-arm-2.302.1.tar.gz d666140d1bf8bd3112f4e318838f51f04eb15e1d1409ccc0b3c3005ed8616497

v2.302.0

12 Jul 11:53
Compare
Choose a tag to compare

Features

  • Use GITHUB_TOKEN for ghcr.io containers if credentials are not provided (actions#990)

Bugs

  • Do not trucate error message from template evaluation (actions#1038)
  • Make FileShare ReadWrite (actions#1033)
  • Mask secrets with double-quotes when passed to docker command line (actions#1002)
  • Delete script files before replacing during update (actions#984)

Misc

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.

The following snipped needs to be run on powershell:

# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.302.0/actions-runner-win-x64-2.302.0.zip -OutFile actions-runner-win-x64-2.302.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ; 
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.302.0.zip", "$PWD")

OSX

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.302.0/actions-runner-osx-x64-2.302.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.302.0.tar.gz

Linux x64

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.302.0/actions-runner-linux-x64-2.302.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.302.0.tar.gz

Linux arm64

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.302.0/actions-runner-linux-arm64-2.302.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.302.0.tar.gz

Linux arm

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.302.0/actions-runner-linux-arm-2.302.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.302.0.tar.gz

Using your self hosted runner

For additional details about configuring, running, or shutting down the runner please check out our product docs.

SHA-256 Checksums

The SHA-256 checksums for the packages included in this build are shown below:

  • actions-runner-win-x64-2.302.0.zip 5c2e8ffc4e84ff9691df8deed91cd95025d0f0baf87e6f018d835a21a1ea3dc1
  • actions-runner-osx-x64-2.302.0.tar.gz 5febb9eee16ba6e1c5db1047aa1bee90a04aff1de8f8f7e7624944fb830f9e45
  • actions-runner-linux-x64-2.302.0.tar.gz 606e7763db3a9e279ed8926539d555afd8ffa3d8e18e8f94a9008456e7a67975
  • actions-runner-linux-arm64-2.302.0.tar.gz 9acb90959d3c3fdc62a7068d3ba9dce44465e5cd65785ee07d419ba9d41d41c7
  • actions-runner-linux-arm-2.302.0.tar.gz d48b0e430be8da0840e1d3891183fab1cb9f5ce1683a1711633a328a49c8945c

v2.301.0

05 Jul 13:51
Compare
Choose a tag to compare

Features

  • Use GITHUB_TOKEN for ghcr.io containers if credentials are not provided (actions#990)

Bugs

  • Do not trucate error message from template evaluation (actions#1038)
  • Make FileShare ReadWrite (actions#1033)
  • Mask secrets with double-quotes when passed to docker command line (actions#1002)
  • Delete script files before replacing during update (actions#984)

Misc

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.

The following snipped needs to be run on powershell:

# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.301.0/actions-runner-win-x64-2.301.0.zip -OutFile actions-runner-win-x64-2.301.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ; 
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.301.0.zip", "$PWD")

OSX

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.301.0/actions-runner-osx-x64-2.301.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.301.0.tar.gz

Linux x64

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.301.0/actions-runner-linux-x64-2.301.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.301.0.tar.gz

Linux arm64

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.301.0/actions-runner-linux-arm64-2.301.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.301.0.tar.gz

Linux arm

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.301.0/actions-runner-linux-arm-2.301.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.301.0.tar.gz

Using your self hosted runner

For additional details about configuring, running, or shutting down the runner please check out our product docs.

SHA-256 Checksums

The SHA-256 checksums for the packages included in this build are shown below:

  • actions-runner-win-x64-2.301.0.zip fd6f4f1973937b11b446ce00404c2b06fb1305c54f191eb80db94621fb589ec1
  • actions-runner-osx-x64-2.301.0.tar.gz 3fed8e31a799f462303e01904ddb9c3f33ffa9d6f341d53d023dd6481e4ececc
  • actions-runner-linux-x64-2.301.0.tar.gz 5dfc4113b8d83950a4ec7aac12547d8d7045cd3b4e69fad6337734ce55c72bba
  • actions-runner-linux-arm64-2.301.0.tar.gz 6a5e01fd46596c3ab39bc7baba372ea2a9d955ccc05c8780687963317fe5c0ee
  • actions-runner-linux-arm-2.301.0.tar.gz 0ec71b997c075c7c06c052438c0ac3b964ce934169a9d734aa06fabc6898b1c0

v2.300.0

02 Jul 15:26
Compare
Choose a tag to compare

Features

  • Use GITHUB_TOKEN for ghcr.io containers if credentials are not provided (actions#990)

Bugs

  • Do not trucate error message from template evaluation (actions#1038)
  • Make FileShare ReadWrite (actions#1033)
  • Mask secrets with double-quotes when passed to docker command line (actions#1002)
  • Delete script files before replacing during update (actions#984)

Misc

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.

The following snipped needs to be run on powershell:

# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.300.0/actions-runner-win-x64-2.300.0.zip -OutFile actions-runner-win-x64-2.300.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ; 
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.300.0.zip", "$PWD")

OSX

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.300.0/actions-runner-osx-x64-2.300.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.300.0.tar.gz

Linux x64

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.300.0/actions-runner-linux-x64-2.300.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.300.0.tar.gz

Linux arm64

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.300.0/actions-runner-linux-arm64-2.300.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.300.0.tar.gz

Linux arm

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.300.0/actions-runner-linux-arm-2.300.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.300.0.tar.gz

Using your self hosted runner

For additional details about configuring, running, or shutting down the runner please check out our product docs.

SHA-256 Checksums

The SHA-256 checksums for the packages included in this build are shown below:

  • actions-runner-win-x64-2.300.0.zip 201812c76fd17077407474d999c7427e592d58a2fa0e6c5cc44ffdf08e2c44b0
  • actions-runner-osx-x64-2.300.0.tar.gz 9861b9a26be59cb9497e4c3f08dce41eec55ff3c838a249440b74d3a7de4cd94
  • actions-runner-linux-x64-2.300.0.tar.gz fb51ba609db810a332037a7b247f498e54ee84917abe9514f87f4f7e1cc605b7
  • actions-runner-linux-arm64-2.300.0.tar.gz 4be6c588f2afa6f3890db7664e5f830c24d9d632768835c412ed0505ff6a3648
  • actions-runner-linux-arm-2.300.0.tar.gz a5f0c59274a11c50a5bd5b5926075ca35438d2cbf75b3d6061d01db94429f899