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.
2 parents b62948f + c62f735 commit 742a327Copy full SHA for 742a327
action.yml
@@ -35,7 +35,7 @@ inputs:
35
image:
36
description: Specifies the name of the image that the disk will be initialized with.
37
required: false
38
- default: gh-runner-202308091853
+ default: gh-runner-202308191752
39
image_family:
40
description: The image family for the operating system that the boot disk will be initialized with.
41
vm/setup.sh
@@ -6,7 +6,7 @@ export DEBIAN_FRONTEND=noninteractive
6
7
RUNNER_USER="runner"
8
RUNNER_DIR="/home/${RUNNER_USER}"
9
-RUNNER_VER=2.307.1
+RUNNER_VER=2.308.0
10
11
HELM_VERSION=3.12.1
12
0 commit comments