Skip to content

Commit 32c95b5

Browse files
authored
Bump GitHub Actions runner version to v2.327.1 (#10)
1 parent fbfea38 commit 32c95b5

File tree

1 file changed

+4
-4
lines changed
  • cookbooks/boxcutter_github/resources

1 file changed

+4
-4
lines changed

cookbooks/boxcutter_github/resources/runner.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@
5454
# https://github.com/actions/runner/releases
5555
case node['kernel']['machine']
5656
when 'x86_64', 'amd64'
57-
url = 'https://github.com/actions/runner/releases/download/v2.321.0/actions-runner-linux-x64-2.321.0.tar.gz'
58-
checksum = 'ba46ba7ce3a4d7236b16fbe44419fb453bc08f866b24f04d549ec89f1722a29e'
57+
url = 'https://github.com/actions/runner/releases/download/v2.327.1/actions-runner-linux-x64-2.327.1.tar.gz'
58+
checksum = 'd68ac1f500b747d1271d9e52661c408d56cffd226974f68b7dc813e30b9e0575'
5959
when 'aarch64', 'arm64'
60-
url = 'https://github.com/actions/runner/releases/download/v2.321.0/actions-runner-linux-arm64-2.321.0.tar.gz'
61-
checksum = '62cc5735d63057d8d07441507c3d6974e90c1854bdb33e9c8b26c0da086336e1'
60+
url = 'https://github.com/actions/runner/releases/download/v2.327.1/actions-runner-linux-arm64-2.327.1.tar.gz'
61+
checksum = '16102096988246f250a745c6a813a5a0b8901e2f554f9440c97e8573fd4da111'
6262
end
6363

6464
filename = ::File.basename(url)

0 commit comments

Comments
 (0)