From c789e4fde90750f53f6444053c4a793d736cf415 Mon Sep 17 00:00:00 2001 From: Mark Pitchless Date: Tue, 19 Oct 2021 19:32:44 +0100 Subject: [PATCH] Debug --ephemeral 2.283.2 --- dist/index.js | 4 ++-- src/aws.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/index.js b/dist/index.js index a5f46148..74785499 100644 --- a/dist/index.js +++ b/dist/index.js @@ -55152,8 +55152,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.280.3/actions-runner-linux-${RUNNER_ARCH}-2.280.3.tar.gz', - 'tar xzf ./actions-runner-linux-${RUNNER_ARCH}-2.280.3.tar.gz', + 'curl -O -L https://github.com/actions/runner/releases/download/v2.280.3/actions-runner-linux-${RUNNER_ARCH}-2.283.2.tar.gz', + 'tar xzf ./actions-runner-linux-${RUNNER_ARCH}-2.283.2.tar.gz', 'export RUNNER_ALLOW_RUNASROOT=1', 'export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1', 'export INSTANCE_ID=$(cat /var/lib/cloud/data/instance-id)', diff --git a/src/aws.js b/src/aws.js index ac2bb77a..9622f3a8 100644 --- a/src/aws.js +++ b/src/aws.js @@ -21,8 +21,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.280.3/actions-runner-linux-${RUNNER_ARCH}-2.280.3.tar.gz', - 'tar xzf ./actions-runner-linux-${RUNNER_ARCH}-2.280.3.tar.gz', + 'curl -O -L https://github.com/actions/runner/releases/download/v2.280.3/actions-runner-linux-${RUNNER_ARCH}-2.283.2.tar.gz', + 'tar xzf ./actions-runner-linux-${RUNNER_ARCH}-2.283.2.tar.gz', 'export RUNNER_ALLOW_RUNASROOT=1', 'export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1', 'export INSTANCE_ID=$(cat /var/lib/cloud/data/instance-id)',