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 c9ff954 commit 1df8d9aCopy full SHA for 1df8d9a
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-202407101800
+ default: gh-runner-202408080924
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.317.0
+RUNNER_VER=2.318.0
10
11
HELM_VERSION=3.14.0
12
PULUMI_VERSION=3.114.0
0 commit comments