Skip to content

Commit ce7d16e

Browse files
authored
chore(runners): Update Windows GitHub Actions runner to v2.333.0 (#1106)
Signed-off-by: ayush-panta <ayushkp@amazon.com>
1 parent a42d0f8 commit ce7d16e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/windows-runner-user-data.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ tasks:
8888
8989
Write-Information "Downloading and configuring GitHub Actions Runner..."
9090
mkdir $RUNNER_DIR; cd $RUNNER_DIR
91-
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.316.0/actions-runner-win-x64-2.316.0.zip -OutFile actions-runner-win-x64-2.316.0.zip
92-
if((Get-FileHash -Path actions-runner-win-x64-2.316.0.zip -Algorithm SHA256).Hash.ToUpper() -ne '9b2d0443d11ce5c2c4391d708576dc37b1ecf62edcceec7c0c9c8e6b4472b5a1'.ToUpper()){ throw 'Computed checksum did not match' }
93-
Add-Type -AssemblyName System.IO.Compression.FileSystem ; [System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD/actions-runner-win-x64-2.316.0.zip", "$PWD")
91+
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.333.0/actions-runner-win-x64-2.333.0.zip -OutFile actions-runner-win-x64-2.333.0.zip
92+
if((Get-FileHash -Path actions-runner-win-x64-2.333.0.zip -Algorithm SHA256).Hash.ToUpper() -ne '7176d0c4b674d4108b515503a53b4bc9eeab9339c645e274a97c142fe1c64b95'.ToUpper()){ throw 'Computed checksum did not match' }
93+
Add-Type -AssemblyName System.IO.Compression.FileSystem ; [System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD/actions-runner-win-x64-2.333.0.zip", "$PWD")
9494
9595
$GH_KEY=(Get-SECSecretValue -SecretId $REPO-runner-reg-key -Region $REGION).SecretString
9696
$LABEL_OS_VER=$([System.Environment]::OSVersion.Version.Major)

0 commit comments

Comments
 (0)