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 deede2b commit 7450580Copy full SHA for 7450580
.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.326.0
+ARG RUNNER_VERSION=2.327.0
94
ENV RUNNER_VERSION=$RUNNER_VERSION
95
96
RUN powershell -Command \
.github/workflows/containers/github-action-ci/Dockerfile
@@ -96,7 +96,7 @@ WORKDIR /home/gha
97
FROM ci-container as ci-container-agent
98
99
-ENV GITHUB_RUNNER_VERSION=2.326.0
+ENV GITHUB_RUNNER_VERSION=2.327.0
100
101
RUN mkdir actions-runner && \
102
cd actions-runner && \
0 commit comments