Skip to content

Commit dc3ad48

Browse files
authored
Merge pull request #17 from itsksaurabh/runner/v2.263
update runner version to v2.263
2 parents c5caf1b + df131fc commit dc3ad48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/register.sh.tpl

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ REGISTRATION_TOKEN=$(echo $temp | grep "token" | awk '{print $3}'| awk -F , '{pr
2828
# Create a folder
2929
mkdir actions-runner && cd actions-runner
3030
# Download the latest runner package
31-
curl -O -L https://github.com/actions/runner/releases/download/v2.165.2/actions-runner-linux-x64-2.165.2.tar.gz
31+
curl -O -L https://github.com/actions/runner/releases/download/v2.263.0/actions-runner-linux-x64-2.263.0.tar.gz
3232
# Extract the installer
33-
tar xzf ./actions-runner-linux-x64-2.165.2.tar.gz
33+
tar xzf ./actions-runner-linux-x64-2.263.0.tar.gz
3434
3535
# Configure the runner
3636
./config.sh --url https://github.com/${GITHUB_USERNAME}/${GITHUB_REPO_NAME} --token $REGISTRATION_TOKEN <<< $'\n\n'

0 commit comments

Comments
 (0)