chore(deps): update dependency actions/runner to v2.294.0

This commit is contained in:
renovate[bot] 2022-06-22 18:32:25 +00:00
parent 3c7d3d6b57
commit f24e2fa44e
5 changed files with 5 additions and 5 deletions

View File

@ -20,7 +20,7 @@ on:
- 'master'
env:
RUNNER_VERSION: 2.293.0
RUNNER_VERSION: 2.294.0
DOCKER_VERSION: 20.10.12
DOCKERHUB_USERNAME: summerwind

View File

@ -5,7 +5,7 @@ else
endif
DOCKER_USER ?= $(shell echo ${NAME} | cut -d / -f1)
VERSION ?= latest
RUNNER_VERSION ?= 2.293.0
RUNNER_VERSION ?= 2.294.0
TARGETPLATFORM ?= $(shell arch)
RUNNER_NAME ?= ${DOCKER_USER}/actions-runner
RUNNER_TAG ?= ${VERSION}

View File

@ -4,7 +4,7 @@ DIND_RUNNER_NAME ?= ${DOCKER_USER}/actions-runner-dind
TAG ?= latest
TARGETPLATFORM ?= $(shell arch)
RUNNER_VERSION ?= 2.293.0
RUNNER_VERSION ?= 2.294.0
DOCKER_VERSION ?= 20.10.12
# default list of platforms for which multiarch image is built

View File

@ -1,7 +1,7 @@
FROM ubuntu:20.04
ARG TARGETPLATFORM
ARG RUNNER_VERSION=2.293.0
ARG RUNNER_VERSION=2.294.0
ARG DOCKER_CHANNEL=stable
ARG DOCKER_VERSION=20.10.12
ARG DUMB_INIT_VERSION=1.2.5

View File

@ -1,7 +1,7 @@
FROM ubuntu:20.04
ARG TARGETPLATFORM
ARG RUNNER_VERSION=2.293.0
ARG RUNNER_VERSION=2.294.0
ARG DOCKER_CHANNEL=stable
ARG DOCKER_VERSION=20.10.12
ARG DUMB_INIT_VERSION=1.2.5