diff --git a/dist/index.js b/dist/index.js index aec68d80..4c5ac1e7 100644 --- a/dist/index.js +++ b/dist/index.js @@ -55151,8 +55151,8 @@ function buildUserDataScript(githubRegistrationToken, label) { '#!/bin/bash', 'mkdir actions-runner && cd actions-runner', 'case $(uname -m) in aarch64) ARCH="arm64" ;; amd64|x86_64) ARCH="x64" ;; esac && export RUNNER_ARCH=${ARCH}', - 'curl -O -L https://github.com/actions/runner/releases/download/v2.278.0/actions-runner-linux-${RUNNER_ARCH}-2.278.0.tar.gz', - 'tar xzf ./actions-runner-linux-${RUNNER_ARCH}-2.278.0.tar.gz', + 'curl -O -L https://github.com/actions/runner/releases/download/v2.280.3/actions-runner-linux-${RUNNER_ARCH}-2.280.3.tar.gz', + 'tar xzf ./actions-runner-linux-${RUNNER_ARCH}-2.280.3.tar.gz', 'export RUNNER_ALLOW_RUNASROOT=1', 'export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1', `./config.sh --url https://github.com/${config.githubContext.owner}/${config.githubContext.repo} --token ${githubRegistrationToken} --labels ${label}`,