From 7b316e4db578eda50469a258756d330092b86e5e Mon Sep 17 00:00:00 2001 From: Matt Hamilton Date: Sat, 26 Aug 2023 22:11:11 +0100 Subject: [PATCH] update default build versions to latest releases --- .github/workflows/filecoin-fvm-localnet-combined.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/filecoin-fvm-localnet-combined.yml b/.github/workflows/filecoin-fvm-localnet-combined.yml index 752b305..ae95286 100644 --- a/.github/workflows/filecoin-fvm-localnet-combined.yml +++ b/.github/workflows/filecoin-fvm-localnet-combined.yml @@ -6,10 +6,10 @@ on: inputs: lotus_tag: description: Lotus Tag - default: v1.23.1 + default: v1.23.3 boost_tag: description: Boost Tag - default: v1.7.3 + default: v1.7.5 env: REGISTRY: ghcr.io