[Github] Bump Github Actions Runner in CI Agent Containers

Github actions/runner v2.325.0 was released earlier today. Bump the container
images to use the latest version.
This commit is contained in:
Aiden Grossman
2025-06-02 20:44:52 +00:00
parent 08190e55ab
commit 09cd3edc9a
2 changed files with 2 additions and 2 deletions

View File

@@ -85,7 +85,7 @@ RUN powershell -Command \
RUN git config --system core.longpaths true & \
git config --global core.autocrlf false
ARG RUNNER_VERSION=2.324.0
ARG RUNNER_VERSION=2.325.0
ENV RUNNER_VERSION=$RUNNER_VERSION
RUN powershell -Command \

View File

@@ -86,7 +86,7 @@ WORKDIR /home/gha
FROM ci-container as ci-container-agent
ENV GITHUB_RUNNER_VERSION=2.324.0
ENV GITHUB_RUNNER_VERSION=2.325.0
RUN mkdir actions-runner && \
cd actions-runner && \