Skip to content

Commit 5749b9b

Browse files
authored
Update runner version to v2.313.0 (machulav#187)
1 parent 0c7a6be commit 5749b9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/aws.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ function buildUserDataScript(githubRegistrationToken, label) {
2323
`echo "${config.input.preRunnerScript}" > pre-runner-script.sh`,
2424
'source pre-runner-script.sh',
2525
'case $(uname -m) in aarch64) ARCH="arm64" ;; amd64|x86_64) ARCH="x64" ;; esac && export RUNNER_ARCH=${ARCH}',
26-
'curl -O -L https://github.com/actions/runner/releases/download/v2.286.0/actions-runner-linux-${RUNNER_ARCH}-2.286.0.tar.gz',
27-
'tar xzf ./actions-runner-linux-${RUNNER_ARCH}-2.286.0.tar.gz',
26+
'curl -O -L https://github.com/actions/runner/releases/download/v2.313.0/actions-runner-linux-${RUNNER_ARCH}-2.313.0.tar.gz',
27+
'tar xzf ./actions-runner-linux-${RUNNER_ARCH}-2.313.0.tar.gz',
2828
'export RUNNER_ALLOW_RUNASROOT=1',
2929
`./config.sh --url https://github.com/${config.githubContext.owner}/${config.githubContext.repo} --token ${githubRegistrationToken} --labels ${label}`,
3030
'./run.sh',

0 commit comments

Comments
 (0)