We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65de879 commit cb7b069Copy full SHA for cb7b069
.github/workflows/containers/github-action-ci-windows/Dockerfile
@@ -85,7 +85,7 @@ RUN powershell -Command \
85
RUN git config --system core.longpaths true & \
86
git config --global core.autocrlf false
87
88
-ARG RUNNER_VERSION=2.325.0
+ARG RUNNER_VERSION=2.326.0
89
ENV RUNNER_VERSION=$RUNNER_VERSION
90
91
RUN powershell -Command \
.github/workflows/containers/github-action-ci/Dockerfile
@@ -86,7 +86,7 @@ WORKDIR /home/gha
FROM ci-container as ci-container-agent
-ENV GITHUB_RUNNER_VERSION=2.325.0
+ENV GITHUB_RUNNER_VERSION=2.326.0
RUN mkdir actions-runner && \
92
cd actions-runner && \
0 commit comments