Skip to content

Commit 427cc50

Browse files
authored
Merge pull request #36 from summerwind/runner-v2.169.1
Update runner to v2.169.1
2 parents fd1b72e + 13616ba commit 427cc50

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ import (
3434
)
3535

3636
const (
37-
defaultRunnerImage = "summerwind/actions-runner:v2.168.0"
38-
defaultDockerImage = "docker:19.03.8-dind"
37+
defaultRunnerImage = "summerwind/actions-runner:latest"
38+
defaultDockerImage = "docker:dind"
3939
)
4040

4141
var (

runner/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
NAME ?= summerwind/actions-runner
22

3-
RUNNER_VERSION ?= 2.168.0
3+
RUNNER_VERSION ?= 2.169.1
44
DOCKER_VERSION ?= 19.03.8
55

66
docker-build:

0 commit comments

Comments
 (0)