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.327.1
93+ ARG RUNNER_VERSION=2.328.0
9494ENV RUNNER_VERSION=$RUNNER_VERSION
9595
9696RUN powershell -Command \
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ WORKDIR /home/gha
9797
9898FROM ci-container as ci-container-agent
9999
100- ENV GITHUB_RUNNER_VERSION=2.327.1
100+ ENV GITHUB_RUNNER_VERSION=2.328.0
101101
102102RUN mkdir actions-runner && \
103103 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.327.1 "
26+ GITHUB_RUNNER_VERSION : " 2.328.0 "
2727 << : [*image_versions, *compiler_versions]
2828
2929 android-buildkite-builder :
You can’t perform that action at this time.
0 commit comments