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 23e33c8 commit 18f8d63Copy full SHA for 18f8d63
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-202409261826
+ default: gh-runner-202411131321
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.319.1
+RUNNER_VER=2.320.0
10
11
HELM_VERSION=3.14.0
12
PULUMI_VERSION=3.114.0
0 commit comments