Skip to content

Commit 7edc5ac

Browse files
committed
Update github actions to v2.314.1 and docker to v25.0.2
1 parent b393a89 commit 7edc5ac

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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-202401092315
38+
default: gh-runner-202402281813
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ export DEBIAN_FRONTEND=noninteractive
66

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

1111
HELM_VERSION=3.12.1
1212
PULUMI_VERSION=3.89.0
1313

1414
DOCKER_USER_UID=33333
1515
DOCKER_GROUP_GID=33333
1616

17-
DOCKER_VERSION=20.10.23
18-
DOCKER_COMPOSE_VERSION=v2.16.0
19-
DOCKER_BUILDX_VERSION=0.11.1
17+
DOCKER_VERSION=25.0.2
18+
DOCKER_COMPOSE_VERSION=v2.24.6
19+
DOCKER_BUILDX_VERSION=0.12.1
2020

2121
echo "📝 Preparing environment for docker..."
2222
# Only install containerd from docker.io repository to be in control of the docker services.

0 commit comments

Comments
 (0)