Update dependency gitea/act_runner to v0.2.12 #30

Open
renovate-bot wants to merge 1 commits from renovate/gitea-act_runner-0.x into develop
Showing only changes of commit 1dd91d9678 - Show all commits

View File

@ -2,7 +2,7 @@ FROM golang:1.24-alpine3.22 as builder
# Do not remove `git` here, it is required for getting runner version when executing `make build`
RUN apk add --no-cache make git
ARG ACT_VERSION=0.2.11
ARG ACT_VERSION=0.2.12
RUN git clone --depth 1 --branch v${ACT_VERSION} https://gitea.com/gitea/act_runner /opt/src/act_runner