github actions/runner v2.289.3

latest releases: v2.319.1, v2.319.0, v2.318.0...
pre-release2 years ago

Features

Bugs

  • Fixed an issue where websockets failed to successfully close when posting log lines (#1790)

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.289.3/actions-runner-win-x64-2.289.3.zip -OutFile actions-runner-win-x64-2.289.3.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.289.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.289.3/actions-runner-osx-x64-2.289.3.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.289.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.289.3/actions-runner-linux-x64-2.289.3.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.289.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.289.3/actions-runner-linux-arm64-2.289.3.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.289.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.289.3/actions-runner-linux-arm-2.289.3.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.289.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.289.3.zip ee331b260140b74862a81dbc70bae1839a1e39b823ca429619072430fd5f63a3

  • actions-runner-osx-x64-2.289.3.tar.gz c22ca2f20f2f95abba919bd377f8378361cf7ff41f0d73c485d423db0c418d50

  • actions-runner-linux-x64-2.289.3.tar.gz bdb4d906f2c49e9cce302172f885f75516943e58e015c1f7997d3a8e286321d3

  • actions-runner-linux-arm64-2.289.3.tar.gz 7e712658f73caf3ccea4950b9ac5b370cfb1cce645b26aff972f08a095282972

  • actions-runner-linux-arm-2.289.3.tar.gz 5cce567e4f1d9f140dff68c634bdc768d976a79410fa05c0ff7c908c1dfd9955

  • actions-runner-win-x64-2.289.3-noexternals.zip 65ad7dee956cf2d9deb3192a740f6209fbe4d5766c235b74c686997839a41cef

  • actions-runner-osx-x64-2.289.3-noexternals.tar.gz 790a98c2fe256f5b8385d310cc71136cc8dbf867d7fa30040528505e784ce6b8

  • actions-runner-linux-x64-2.289.3-noexternals.tar.gz 1b187674cefe9b4f14cee97db5bfef1d50ec6ee0a971091e0fe8fbad59db37c0

  • actions-runner-linux-arm64-2.289.3-noexternals.tar.gz 423e3c910a5b8b357d84c77a5b826b70f4909da1f8d854eb49d0ba3806ff5bcc

  • actions-runner-linux-arm-2.289.3-noexternals.tar.gz f6fff5abb9a4277d13127bd9d4760deced56f80411d62d992da860dde3ad6d21

  • actions-runner-win-x64-2.289.3-noruntime.zip 13ee6c622d77c4f55fe42131de9f60ad9ae29a408625c02e64c3cd9f7eb5108d

  • actions-runner-osx-x64-2.289.3-noruntime.tar.gz 3081cd416fb15156cde9ce37360e3a037bbe8f21782b8cd79d10949980f2231c

  • actions-runner-linux-x64-2.289.3-noruntime.tar.gz 299c77b10017fe7aedf23e83a2dc1cd4b77254e19bf88c8bf79eaa6ad68aaada

  • actions-runner-linux-arm64-2.289.3-noruntime.tar.gz c1f61106686c944d6c910e25fc8334fb6b49faabdfe8bba30373f629ebc9f3bc

  • actions-runner-linux-arm-2.289.3-noruntime.tar.gz 0044877edb44577bf287b7712ae8c1f3438f42023318ffb2407f4a4149c76a15

  • actions-runner-win-x64-2.289.3-noruntime-noexternals.zip 14813adf5e08c9f5f2ae25ab6b868eb9452fcc3efc1ad6b26d00f1a2245c5e99

  • actions-runner-osx-x64-2.289.3-noruntime-noexternals.tar.gz 83616f68664a2929d4447053c08227ddc5e169289a2560b35652a7642d78f5b7

  • actions-runner-linux-x64-2.289.3-noruntime-noexternals.tar.gz 4894c993f8bdb105fa841eade658175f066075ee3f143235852141654748a35d

  • actions-runner-linux-arm64-2.289.3-noruntime-noexternals.tar.gz b5ab49e8b7d623250b731202631976d02ae49393bb668d89b1179248bf38a5f7

  • actions-runner-linux-arm-2.289.3-noruntime-noexternals.tar.gz 73ec1f6da2079cb701b1c80c4201164af78f9468cb92110440563827e066ed13

Don't miss a new runner release

NewReleases is sending notifications on new releases.