Skip to content

Commit 1ee775a

Browse files
committed
Bump GitHub CLI actions runner and preload new dev image
1 parent 18f8d63 commit 1ee775a

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ inputs:
3535
image:
3636
description: Specifies the name of the image that the disk will be initialized with.
3737
required: false
38-
default: gh-runner-202411131321
38+
default: gh-runner-202412041244
3939
image_family:
4040
description: The image family for the operating system that the boot disk will be initialized with.
4141
required: false

vm/rootfs.tar

20 KB
Binary file not shown.

vm/rootfs/etc/preloaded-images

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
eu.gcr.io/gitpod-core-dev/dev/dev-environment:pd-test-new-preview-gha.24525
2-
public.ecr.aws/k5t9d3j5/gitpod-next/dev-environment:cw-1715107995b
2+
eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.30393
33
gitpod/workspace-full
44
mysql:8.0.33
55
bitnami/mysql:8.0.33-debian-11-r24

vm/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export DEBIAN_FRONTEND=noninteractive
66

77
RUNNER_USER="runner"
88
RUNNER_DIR="/home/${RUNNER_USER}"
9-
RUNNER_VER=2.320.0
9+
RUNNER_VER=2.321.0
1010

1111
HELM_VERSION=3.14.0
1212
PULUMI_VERSION=3.114.0

0 commit comments

Comments
 (0)