Skip to content

Commit 244a060

Browse files
authored
feat: update github runner to 2.318.0
1 parent 04e8258 commit 244a060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM ghcr.io/vaggeliskls/windows-in-docker-container:latest
33

44
# Github action settings
55
ENV GITHUB_RUNNER_NAME=windows_x64_vagrant
6-
ENV GITHUB_RUNNER_VERSION=2.316.1
6+
ENV GITHUB_RUNNER_VERSION=2.318.0
77
ENV GITHUB_RUNNER_FILE=actions-runner-win-x64-${GITHUB_RUNNER_VERSION}.zip
88
ENV GITHUB_RUNNER_URL=https://github.com/actions/runner/releases/download/v${GITHUB_RUNNER_VERSION}/${GITHUB_RUNNER_FILE}
99
ENV GITHUB_RUNNER_LABELS=windows,win_x64,windows_x64,windows_vagrant_action

0 commit comments

Comments
 (0)