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 30532c1 commit 88389ccCopy full SHA for 88389cc
.github/workflows/containers/github-action-ci-windows/Dockerfile
@@ -90,7 +90,7 @@ RUN powershell -Command \
90
RUN git config --system core.longpaths true & \
91
git config --global core.autocrlf false
92
93
-ARG RUNNER_VERSION=2.327.0
+ARG RUNNER_VERSION=2.327.1
94
ENV RUNNER_VERSION=$RUNNER_VERSION
95
96
RUN powershell -Command \
.github/workflows/containers/github-action-ci/Dockerfile
@@ -94,7 +94,7 @@ WORKDIR /home/gha
FROM ci-container as ci-container-agent
97
-ENV GITHUB_RUNNER_VERSION=2.327.0
+ENV GITHUB_RUNNER_VERSION=2.327.1
98
99
RUN mkdir actions-runner && \
100
cd actions-runner && \
0 commit comments