Skip to content

Commit fcfb31a

Browse files
author
GitHub Actions
committed
Update dist
1 parent 5749b9b commit fcfb31a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -65286,8 +65286,8 @@ function buildUserDataScript(githubRegistrationToken, label) {
6528665286
`echo "${config.input.preRunnerScript}" > pre-runner-script.sh`,
6528765287
'source pre-runner-script.sh',
6528865288
'case $(uname -m) in aarch64) ARCH="arm64" ;; amd64|x86_64) ARCH="x64" ;; esac && export RUNNER_ARCH=${ARCH}',
65289-
'curl -O -L https://github.com/actions/runner/releases/download/v2.286.0/actions-runner-linux-${RUNNER_ARCH}-2.286.0.tar.gz',
65290-
'tar xzf ./actions-runner-linux-${RUNNER_ARCH}-2.286.0.tar.gz',
65289+
'curl -O -L https://github.com/actions/runner/releases/download/v2.313.0/actions-runner-linux-${RUNNER_ARCH}-2.313.0.tar.gz',
65290+
'tar xzf ./actions-runner-linux-${RUNNER_ARCH}-2.313.0.tar.gz',
6529165291
'export RUNNER_ALLOW_RUNASROOT=1',
6529265292
`./config.sh --url https://github.com/${config.githubContext.owner}/${config.githubContext.repo} --token ${githubRegistrationToken} --labels ${label}`,
6529365293
'./run.sh',

0 commit comments

Comments
 (0)