github actions/runner v2.291.1

latest releases: v2.319.1, v2.319.0, v2.318.0...
2 years ago

Features

Bugs

  • Fixed a bug where windows path separators were used in generated folders (#1617)
  • Fixed an issue where runner's invoked via run.sh or run.cmd did not properly restart after update (#1812). This fix applies to all future updates after installing this version

Misc

  • Relaxed Actions Summary size limit to 1MiB (#1839)

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

  • actions-runner-osx-x64-2.291.1.tar.gz 1ed51d6f35af946e97bb1e10f1272197ded20dd55186ae463563cd2f58f476dc

  • actions-runner-linux-x64-2.291.1.tar.gz 1bde3f2baf514adda5f8cf2ce531edd2f6be52ed84b9b6733bf43006d36dcd4c

  • actions-runner-linux-arm64-2.291.1.tar.gz c4823bd8322f80cb24a311ef49273f0677ff938530248242de7df33800a22900

  • actions-runner-linux-arm-2.291.1.tar.gz a78e86ba6428a28733730bdff3a807480f9eeb843f4c64bd1bbc45de13e61348

  • actions-runner-win-x64-2.291.1-noexternals.zip 287920fa3a58417230078906151f492eac2819c4565accc04143cbc06c54f203

  • actions-runner-osx-x64-2.291.1-noexternals.tar.gz 3be33b523675ec5c1e00a919cab5d2ab94e3567149017ba99191befce2c51f58

  • actions-runner-linux-x64-2.291.1-noexternals.tar.gz 50cc646f2a5948fe93743ff876aee28c0e527a3410aa53b7955cebf5b9c2ca35

  • actions-runner-linux-arm64-2.291.1-noexternals.tar.gz f293f03bb1df90216c49acec7f58f839c1bde1e1c6e73963533fadaafcf0eaf4

  • actions-runner-linux-arm-2.291.1-noexternals.tar.gz 51506b64da93f6757ad8a52bfa21dcf65d8c14a934cf6cb5a169fd2c97995475

  • actions-runner-win-x64-2.291.1-noruntime.zip 7339d00c07fa25da978e81ee722098bd23875443c2ac60c06c0170b024508256

  • actions-runner-osx-x64-2.291.1-noruntime.tar.gz b9f0d09c97eb5a5e2e109e7f36798524090d2e2a1307164bf28ab26c9e31e0e2

  • actions-runner-linux-x64-2.291.1-noruntime.tar.gz 505772924a8a30e192329b5059b8f3efa3ddb1fe3d253c7422743c5d94ee2f34

  • actions-runner-linux-arm64-2.291.1-noruntime.tar.gz 8423ad89e9b1e4ea7b1de785616fbcffffb7fe3ceedd5b29fcacae06302ee0fe

  • actions-runner-linux-arm-2.291.1-noruntime.tar.gz 3bbcf13b84c3c6ad26a48fabf5f706682583a0f8bc96df386cf9d8cdfd521153

  • actions-runner-win-x64-2.291.1-noruntime-noexternals.zip 8b6f2bfeffc84fc7ac8f3ec1c5521a73c1349753e5aa02db7c9b793f3ea9ae4e

  • actions-runner-osx-x64-2.291.1-noruntime-noexternals.tar.gz c6983b410617c5866da8bf3e8d46a2bfcbae9ee32aaaea8805ff7b4346ba61cb

  • actions-runner-linux-x64-2.291.1-noruntime-noexternals.tar.gz ce3f00bb32df5aa4db757399b4debf1a4f2d924f6a07f236072ded4a4c2f16a8

  • actions-runner-linux-arm64-2.291.1-noruntime-noexternals.tar.gz 05cb977780d958d45be601708e38eddd2b138f69ea45b432763ec26a9baa8d50

  • actions-runner-linux-arm-2.291.1-noruntime-noexternals.tar.gz 958b260419389400074ae185ba7130d7e9ae1a1769f43dfbd1207cf3f48700a9

Don't miss a new runner release

NewReleases is sending notifications on new releases.