Skip to content

Commit 2b5020e

Browse files
authored
feat: upgrade github actions version
1 parent 2913efb commit 2b5020e

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
@@ -27,7 +27,7 @@ RUN curl -O https://releases.hashicorp.com/vagrant/2.2.19/vagrant_2.2.19_x86_64.
2727

2828
# Github action settings
2929
ENV GITHUB_RUNNER_NAME=windows_x64_vagrant
30-
ENV GITHUB_RUNNER_VERSION=2.306.0
30+
ENV GITHUB_RUNNER_VERSION=2.307.1
3131
ENV GITHUB_RUNNER_FILE=actions-runner-win-x64-${GITHUB_RUNNER_VERSION}.zip
3232
ENV GITHUB_RUNNER_URL=https://github.com/actions/runner/releases/download/v${GITHUB_RUNNER_VERSION}/${GITHUB_RUNNER_FILE}
3333
ENV GITHUB_RUNNER_LABELS=windows,win_x64,windows_x64,windows_vagrant_action

0 commit comments

Comments
 (0)