Skip to content

Commit 0e006bb

Browse files
Updates: runner to v2.328.0 (#4209)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ce7722a commit 0e006bb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ endif
66
DOCKER_USER ?= $(shell echo ${DOCKER_IMAGE_NAME} | cut -d / -f1)
77
VERSION ?= dev
88
COMMIT_SHA = $(shell git rev-parse HEAD)
9-
RUNNER_VERSION ?= 2.327.1
9+
RUNNER_VERSION ?= 2.328.0
1010
TARGETPLATFORM ?= $(shell arch)
1111
RUNNER_NAME ?= ${DOCKER_USER}/actions-runner
1212
RUNNER_TAG ?= ${VERSION}

runner/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ DIND_ROOTLESS_RUNNER_NAME ?= ${DOCKER_USER}/actions-runner-dind-rootless
66
OS_IMAGE ?= ubuntu-22.04
77
TARGETPLATFORM ?= $(shell arch)
88

9-
RUNNER_VERSION ?= 2.327.1
9+
RUNNER_VERSION ?= 2.328.0
1010
RUNNER_CONTAINER_HOOKS_VERSION ?= 0.7.0
1111
DOCKER_VERSION ?= 24.0.7
1212

runner/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
RUNNER_VERSION=2.327.1
1+
RUNNER_VERSION=2.328.0
22
RUNNER_CONTAINER_HOOKS_VERSION=0.7.0

test/e2e/e2e_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ var (
3636

3737
testResultCMNamePrefix = "test-result-"
3838

39-
RunnerVersion = "2.327.1"
39+
RunnerVersion = "2.328.0"
4040
RunnerContainerHooksVersion = "0.7.0"
4141
)
4242

0 commit comments

Comments
 (0)