We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99e4f6a commit 0bbd61aCopy full SHA for 0bbd61a
2 files changed
.github/workflows/containers/github-action-ci-windows/Dockerfile
@@ -92,7 +92,7 @@ RUN powershell -Command \
92
New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" \
93
-Name "LongPathsEnabled" -Value 1 -PropertyType DWORD -Force
94
95
-ARG RUNNER_VERSION=2.332.0
+ARG RUNNER_VERSION=2.334.0
96
ENV RUNNER_VERSION=$RUNNER_VERSION
97
98
RUN powershell -Command \
.github/workflows/containers/github-action-ci/Dockerfile
@@ -100,7 +100,7 @@ WORKDIR /home/gha
100
101
FROM ci-container AS ci-container-agent
102
103
-ENV GITHUB_RUNNER_VERSION=2.332.0
+ENV GITHUB_RUNNER_VERSION=2.334.0
104
105
RUN mkdir actions-runner && \
106
cd actions-runner && \
0 commit comments