Skip to content

v2.278.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Apr 16:47
· 5 commits to b94505a31e0927ebfd87c946cc7088f82c7525dd since this release
62d926e

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.278.0/actions-runner-win-x64-2.278.0.zip -OutFile actions-runner-win-x64-2.278.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ; 
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.278.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.278.0/actions-runner-osx-x64-2.278.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.278.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.278.0/actions-runner-linux-x64-2.278.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.278.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.278.0/actions-runner-linux-arm64-2.278.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.278.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.278.0/actions-runner-linux-arm-2.278.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.278.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.278.0.zip f64f5959fc1d3919b0e50d8afdf221c4cdf30a262ef8b1927dfbab9b8f7aed94
  • actions-runner-osx-x64-2.278.0.tar.gz 0001a33e463744d63b4752170f18ffe18ac5bad9d53f656b02cdc38f059b34cf
  • actions-runner-linux-x64-2.278.0.tar.gz 42feb31eb989d7f1a6dfbce3384173c0ca56958f8fd9051701371d378cae1640
  • actions-runner-linux-arm64-2.278.0.tar.gz 07904c25a88370841f5d7ba91ddaa6c0733cfac330102a9ba5f7c8914e0ff53d
  • actions-runner-linux-arm-2.278.0.tar.gz 08949ecac9cc0d0e13083ec9493254862482c00459baa6d6ecc7346bab66c048