File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
.github/workflows/containers Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ RUN powershell -Command \
9090RUN git config --system core.longpaths true & \
9191 git config --global core.autocrlf false
9292
93- ARG RUNNER_VERSION=2.328 .0
93+ ARG RUNNER_VERSION=2.329 .0
9494ENV RUNNER_VERSION=$RUNNER_VERSION
9595
9696RUN powershell -Command \
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ WORKDIR /home/gha
9999
100100FROM ci-container AS ci-container-agent
101101
102- ENV GITHUB_RUNNER_VERSION=2.328 .0
102+ ENV GITHUB_RUNNER_VERSION=2.329 .0
103103
104104RUN mkdir actions-runner && \
105105 cd actions-runner && \
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ services:
2323 dockerfile : Dockerfile
2424 target : actions-builder
2525 args :
26- GITHUB_RUNNER_VERSION : " 2.328 .0"
26+ GITHUB_RUNNER_VERSION : " 2.329 .0"
2727 << : [*image_versions, *compiler_versions]
2828
2929 android-buildkite-builder :
You can’t perform that action at this time.
0 commit comments