Skip to content

Commit 5a466f6

Browse files
committed
Upgrade runner
1 parent 82e3491 commit 5a466f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

linux/build/tools/99-runner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -euxo pipefail
33

44
KUBE_AGENT_VERSION=git-c9084cddb8
5-
RUNNER_VERSION=2.326.0
5+
RUNNER_VERSION=2.328.0
66

77
curl -L https://github.com/oras-project/oras/releases/download/v0.13.0/oras_0.13.0_linux_amd64.tar.gz | \
88
tar -xzC /tmp oras

macOS/volumes.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ $(BUILD_ROOT)/volumes/xcodes.dmg: .build-root $(BUILD_ROOT)/volumes/xcodes.spars
5757
hdiutil resize -sectors min $(BUILD_ROOT)/volumes/xcodes.sparseimage
5858
hdiutil convert -ov -format UDRW -o $(BUILD_ROOT)/volumes/xcodes.dmg $(BUILD_ROOT)/volumes/xcodes.sparseimage
5959

60-
RUNNER_VER?=2.326.0
60+
RUNNER_VER?=2.328.0
6161

6262
.PHONY: $(BUILD_ROOT)/volumes/runner.dmg
6363
$(BUILD_ROOT)/volumes/runner.dmg: .build-root $(BUILD_ROOT)/assets/actions-runner

0 commit comments

Comments
 (0)