Skip to content

Commit 502fc5c

Browse files
author
GitHub Actions
committed
Update dist
1 parent 56212fa commit 502fc5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55151,8 +55151,8 @@ function buildUserDataScript(githubRegistrationToken, label) {
5515155151
'#!/bin/bash',
5515255152
'mkdir actions-runner && cd actions-runner',
5515355153
'case $(uname -m) in aarch64) ARCH="arm64" ;; amd64|x86_64) ARCH="x64" ;; esac && export RUNNER_ARCH=${ARCH}',
55154-
'curl -O -L https://github.com/actions/runner/releases/download/v2.278.0/actions-runner-linux-${RUNNER_ARCH}-2.278.0.tar.gz',
55155-
'tar xzf ./actions-runner-linux-${RUNNER_ARCH}-2.278.0.tar.gz',
55154+
'curl -O -L https://github.com/actions/runner/releases/download/v2.280.3/actions-runner-linux-${RUNNER_ARCH}-2.280.3.tar.gz',
55155+
'tar xzf ./actions-runner-linux-${RUNNER_ARCH}-2.280.3.tar.gz',
5515655156
'export RUNNER_ALLOW_RUNASROOT=1',
5515755157
'export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1',
5515855158
`./config.sh --url https://github.com/${config.githubContext.owner}/${config.githubContext.repo} --token ${githubRegistrationToken} --labels ${label}`,

0 commit comments

Comments
 (0)