Skip to content

Commit 1be410b

Browse files
Updates: runner to v2.319.1 (#3708)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Bassem Dghaidi <[email protected]>
1 parent 930c9db commit 1be410b

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.319.0
9+
RUNNER_VERSION ?= 2.319.1
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.319.0
9+
RUNNER_VERSION ?= 2.319.1
1010
RUNNER_CONTAINER_HOOKS_VERSION ?= 0.6.1
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.319.0
1+
RUNNER_VERSION=2.319.1
22
RUNNER_CONTAINER_HOOKS_VERSION=0.6.1

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.319.0"
39+
RunnerVersion = "2.319.1"
4040
RunnerContainerHooksVersion = "0.6.1"
4141
)
4242

0 commit comments

Comments
 (0)