From 0615c2adb1458f6e6cb77c86062ff72e060a46d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Sep 2022 18:43:00 +0900 Subject: [PATCH] chore(deps): update dependency actions/runner to v2.296.2 (#1791) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/runners.yaml | 2 +- Makefile | 2 +- runner/Makefile | 2 +- runner/actions-runner-dind-rootless.dockerfile | 2 +- runner/actions-runner-dind.dockerfile | 2 +- runner/actions-runner.dockerfile | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/runners.yaml b/.github/workflows/runners.yaml index 5b5cf728..95796400 100644 --- a/.github/workflows/runners.yaml +++ b/.github/workflows/runners.yaml @@ -25,7 +25,7 @@ on: - '!**.md' env: - RUNNER_VERSION: 2.296.1 + RUNNER_VERSION: 2.296.2 DOCKER_VERSION: 20.10.12 RUNNER_CONTAINER_HOOKS_VERSION: 0.1.2 DOCKERHUB_USERNAME: summerwind diff --git a/Makefile b/Makefile index 83fecc24..1db89f7c 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ else endif DOCKER_USER ?= $(shell echo ${NAME} | cut -d / -f1) VERSION ?= dev -RUNNER_VERSION ?= 2.296.1 +RUNNER_VERSION ?= 2.296.2 TARGETPLATFORM ?= $(shell arch) RUNNER_NAME ?= ${DOCKER_USER}/actions-runner RUNNER_TAG ?= ${VERSION} diff --git a/runner/Makefile b/runner/Makefile index 58159815..1aece69a 100644 --- a/runner/Makefile +++ b/runner/Makefile @@ -4,7 +4,7 @@ DIND_RUNNER_NAME ?= ${DOCKER_USER}/actions-runner-dind TAG ?= latest TARGETPLATFORM ?= $(shell arch) -RUNNER_VERSION ?= 2.296.1 +RUNNER_VERSION ?= 2.296.2 RUNNER_CONTAINER_HOOKS_VERSION ?= 0.1.2 DOCKER_VERSION ?= 20.10.12 diff --git a/runner/actions-runner-dind-rootless.dockerfile b/runner/actions-runner-dind-rootless.dockerfile index f9a7d085..e98795ad 100644 --- a/runner/actions-runner-dind-rootless.dockerfile +++ b/runner/actions-runner-dind-rootless.dockerfile @@ -4,7 +4,7 @@ FROM ubuntu:20.04 ARG TARGETPLATFORM=linux/amd64 # GitHub runner arguments -ARG RUNNER_VERSION=2.296.1 +ARG RUNNER_VERSION=2.296.2 # Docker and Docker Compose arguments ENV CHANNEL=stable diff --git a/runner/actions-runner-dind.dockerfile b/runner/actions-runner-dind.dockerfile index 7349639d..676747a4 100644 --- a/runner/actions-runner-dind.dockerfile +++ b/runner/actions-runner-dind.dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:20.04 ARG TARGETPLATFORM -ARG RUNNER_VERSION=2.296.1 +ARG RUNNER_VERSION=2.296.2 ARG DOCKER_CHANNEL=stable ARG DOCKER_VERSION=20.10.12 ARG DUMB_INIT_VERSION=1.2.5 diff --git a/runner/actions-runner.dockerfile b/runner/actions-runner.dockerfile index 418064cf..e4d548ca 100644 --- a/runner/actions-runner.dockerfile +++ b/runner/actions-runner.dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:20.04 ARG TARGETPLATFORM -ARG RUNNER_VERSION=2.296.1 +ARG RUNNER_VERSION=2.296.2 ARG RUNNER_CONTAINER_HOOKS_VERSION=0.1.2 ARG DOCKER_CHANNEL=stable ARG DOCKER_VERSION=20.10.12