chore(deps): update dependency actions/runner to v2.292.0 (#1475)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2022-05-27 09:49:46 +09:00
committed by GitHub
parent 9dd26168d6
commit ac27df8301
5 changed files with 5 additions and 5 deletions

View File

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