Skip to content

Commit d826f1a

Browse files
[Github] Bump runner version in github-action-ci containers
A new runner just came out. Nothing terribly interesting in the release notes, but it is good to update to stay ahead of the relatively short time horizon for runner binary support by Github Actions.
1 parent 853a8b4 commit d826f1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/containers/github-action-ci-windows/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ RUN powershell -Command \
8787
RUN git config --system core.longpaths true & \
8888
git config --global core.autocrlf false
8989
90-
ARG RUNNER_VERSION=2.330.0
90+
ARG RUNNER_VERSION=2.331.0
9191
ENV RUNNER_VERSION=$RUNNER_VERSION
9292
9393
RUN powershell -Command \

.github/workflows/containers/github-action-ci/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ WORKDIR /home/gha
9999

100100
FROM ci-container AS ci-container-agent
101101

102-
ENV GITHUB_RUNNER_VERSION=2.330.0
102+
ENV GITHUB_RUNNER_VERSION=2.331.0
103103

104104
RUN mkdir actions-runner && \
105105
cd actions-runner && \

0 commit comments

Comments
 (0)