Skip to content

Commit 0615c2a

Browse files
chore(deps): update dependency actions/runner to v2.296.2 (#1791)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a918e56 commit 0615c2a

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/runners.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
- '!**.md'
2626

2727
env:
28-
RUNNER_VERSION: 2.296.1
28+
RUNNER_VERSION: 2.296.2
2929
DOCKER_VERSION: 20.10.12
3030
RUNNER_CONTAINER_HOOKS_VERSION: 0.1.2
3131
DOCKERHUB_USERNAME: summerwind

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ else
55
endif
66
DOCKER_USER ?= $(shell echo ${NAME} | cut -d / -f1)
77
VERSION ?= dev
8-
RUNNER_VERSION ?= 2.296.1
8+
RUNNER_VERSION ?= 2.296.2
99
TARGETPLATFORM ?= $(shell arch)
1010
RUNNER_NAME ?= ${DOCKER_USER}/actions-runner
1111
RUNNER_TAG ?= ${VERSION}

runner/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ DIND_RUNNER_NAME ?= ${DOCKER_USER}/actions-runner-dind
44
TAG ?= latest
55
TARGETPLATFORM ?= $(shell arch)
66

7-
RUNNER_VERSION ?= 2.296.1
7+
RUNNER_VERSION ?= 2.296.2
88
RUNNER_CONTAINER_HOOKS_VERSION ?= 0.1.2
99
DOCKER_VERSION ?= 20.10.12
1010

runner/actions-runner-dind-rootless.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM ubuntu:20.04
44
ARG TARGETPLATFORM=linux/amd64
55

66
# GitHub runner arguments
7-
ARG RUNNER_VERSION=2.296.1
7+
ARG RUNNER_VERSION=2.296.2
88

99
# Docker and Docker Compose arguments
1010
ENV CHANNEL=stable

runner/actions-runner-dind.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ubuntu:20.04
22

33
ARG TARGETPLATFORM
4-
ARG RUNNER_VERSION=2.296.1
4+
ARG RUNNER_VERSION=2.296.2
55
ARG DOCKER_CHANNEL=stable
66
ARG DOCKER_VERSION=20.10.12
77
ARG DUMB_INIT_VERSION=1.2.5

runner/actions-runner.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ubuntu:20.04
22

33
ARG TARGETPLATFORM
4-
ARG RUNNER_VERSION=2.296.1
4+
ARG RUNNER_VERSION=2.296.2
55
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.1.2
66
ARG DOCKER_CHANNEL=stable
77
ARG DOCKER_VERSION=20.10.12

0 commit comments

Comments
 (0)