Skip to content

Commit e7aac17

Browse files
committed
Bump GitHub CLI actions runner and preload new dev image
1 parent 156fbe1 commit e7aac17

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
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-202503202038
38+
default: gh-runner-202505260740
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/etc/preloaded-images

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
gitpod/workspace-full
2+
eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.32507
23
mysql:8.0.33
34
bitnami/mysql:8.0.33-debian-11-r24
45
redis

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.323.0
9+
RUNNER_VER=2.324.0
1010

1111
HELM_VERSION=3.14.0
1212
PULUMI_VERSION=3.114.0

0 commit comments

Comments
 (0)