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 1df8d9a + df5094a commit aef25faCopy full SHA for aef25fa
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-202408080924
+ default: gh-runner-202409170936
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.318.0
+RUNNER_VER=2.319.1
10
11
HELM_VERSION=3.14.0
12
PULUMI_VERSION=3.114.0
0 commit comments