Merge pull request #28 from chenrui333/update-default-base-image

Update defaultRunnerImage to v2.168.0
This commit is contained in:
Moto Ishizawa 2020-04-10 14:12:07 +09:00 committed by GitHub
commit ce40635d1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ import (
)
const (
defaultRunnerImage = "summerwind/actions-runner:v2.165.2"
defaultRunnerImage = "summerwind/actions-runner:v2.168.0"
defaultDockerImage = "docker:19.03.6-dind"
)