Skip to content

Commit aef25fa

Browse files
authored
Merge pull request #17 from geropl/gpl/802-bump-runner-version
Bump GitHub CLI actions runner
2 parents 1df8d9a + df5094a commit aef25fa

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-202408080924
38+
default: gh-runner-202409170936
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.318.0
9+
RUNNER_VER=2.319.1
1010

1111
HELM_VERSION=3.14.0
1212
PULUMI_VERSION=3.114.0

0 commit comments

Comments
 (0)