Skip to content

Commit a68aa00

Browse files
Updates: runner to v2.313.0 container-hooks to v0.5.1 (#3270)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9b05310 commit a68aa00

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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.312.0
9+
RUNNER_VERSION ?= 2.313.0
1010
TARGETPLATFORM ?= $(shell arch)
1111
RUNNER_NAME ?= ${DOCKER_USER}/actions-runner
1212
RUNNER_TAG ?= ${VERSION}

runner/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ 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.312.0
10-
RUNNER_CONTAINER_HOOKS_VERSION ?= 0.5.0
9+
RUNNER_VERSION ?= 2.313.0
10+
RUNNER_CONTAINER_HOOKS_VERSION ?= 0.5.1
1111
DOCKER_VERSION ?= 24.0.7
1212

1313
# default list of platforms for which multiarch image is built

runner/VERSION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
RUNNER_VERSION=2.312.0
2-
RUNNER_CONTAINER_HOOKS_VERSION=0.5.0
1+
RUNNER_VERSION=2.313.0
2+
RUNNER_CONTAINER_HOOKS_VERSION=0.5.1

test/e2e/e2e_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ var (
3636

3737
testResultCMNamePrefix = "test-result-"
3838

39-
RunnerVersion = "2.312.0"
40-
RunnerContainerHooksVersion = "0.5.0"
39+
RunnerVersion = "2.313.0"
40+
RunnerContainerHooksVersion = "0.5.1"
4141
)
4242

4343
// If you're willing to run this test via VS Code "run test" or "debug test",

0 commit comments

Comments
 (0)