Skip to content

Commit d0d7c1c

Browse files
authored
Version updates (#92)
* Update runner version * Update package-lock.json
1 parent 7f0f481 commit d0d7c1c

File tree

3 files changed

+681
-555
lines changed

3 files changed

+681
-555
lines changed

dist/index.js

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

0 commit comments

Comments
 (0)