Skip to content

Commit ffb20b6

Browse files
committed
Update github runner to v2.311.0
1 parent 015a480 commit ffb20b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vm/setup.sh

Lines changed: 2 additions & 2 deletions
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.310.2
9+
RUNNER_VER=2.311.0
1010

1111
HELM_VERSION=3.12.1
1212
PULUMI_VERSION=3.89.0
@@ -152,7 +152,7 @@ echo "📝 Installing leeway..."
152152
LEEWAY_MAX_PROVENANCE_BUNDLE_SIZE=8388608
153153
LEEWAY_CACHE_DIR=/var/tmp/cache
154154
LEEWAY_BUILD_DIR=/var/tmp/build
155-
LEEWAY_VERSION="0.7.9"
155+
LEEWAY_VERSION="0.8.0"
156156

157157
mkdir -p "${LEEWAY_CACHE_DIR}" "${LEEWAY_BUILD_DIR}"
158158
chmod 777 -R /var/tmp/

0 commit comments

Comments
 (0)