diff --git a/Makefile b/Makefile index 2d25b66b..6cc0ac59 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ endif DOCKER_USER ?= $(shell echo ${DOCKER_IMAGE_NAME} | cut -d / -f1) VERSION ?= dev COMMIT_SHA = $(shell git rev-parse HEAD) -RUNNER_VERSION ?= 2.314.1 +RUNNER_VERSION ?= 2.315.0 TARGETPLATFORM ?= $(shell arch) RUNNER_NAME ?= ${DOCKER_USER}/actions-runner RUNNER_TAG ?= ${VERSION} diff --git a/runner/Makefile b/runner/Makefile index d95a07e2..06942fb9 100644 --- a/runner/Makefile +++ b/runner/Makefile @@ -6,8 +6,8 @@ DIND_ROOTLESS_RUNNER_NAME ?= ${DOCKER_USER}/actions-runner-dind-rootless OS_IMAGE ?= ubuntu-22.04 TARGETPLATFORM ?= $(shell arch) -RUNNER_VERSION ?= 2.314.1 -RUNNER_CONTAINER_HOOKS_VERSION ?= 0.5.1 +RUNNER_VERSION ?= 2.315.0 +RUNNER_CONTAINER_HOOKS_VERSION ?= 0.6.0 DOCKER_VERSION ?= 24.0.7 # default list of platforms for which multiarch image is built diff --git a/runner/VERSION b/runner/VERSION index a830255c..b7ab93f4 100644 --- a/runner/VERSION +++ b/runner/VERSION @@ -1,2 +1,2 @@ -RUNNER_VERSION=2.314.1 -RUNNER_CONTAINER_HOOKS_VERSION=0.5.1 \ No newline at end of file +RUNNER_VERSION=2.315.0 +RUNNER_CONTAINER_HOOKS_VERSION=0.6.0 \ No newline at end of file diff --git a/test/e2e/e2e_test.go b/test/e2e/e2e_test.go index 8c42b511..1863fe2e 100644 --- a/test/e2e/e2e_test.go +++ b/test/e2e/e2e_test.go @@ -36,8 +36,8 @@ var ( testResultCMNamePrefix = "test-result-" - RunnerVersion = "2.314.1" - RunnerContainerHooksVersion = "0.5.1" + RunnerVersion = "2.315.0" + RunnerContainerHooksVersion = "0.6.0" ) // If you're willing to run this test via VS Code "run test" or "debug test",