Skip to content

Commit 742a327

Browse files
authored
Merge pull request #4 from gitpod-io/aledbf/308
Update self-hosted actions to v0.308.0
2 parents b62948f + c62f735 commit 742a327

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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-202308091853
38+
default: gh-runner-202308191752
3939
image_family:
4040
description: The image family for the operating system that the boot disk will be initialized with.
4141
required: false

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.307.1
9+
RUNNER_VER=2.308.0
1010

1111
HELM_VERSION=3.12.1
1212

0 commit comments

Comments
 (0)