From b4578d24178999fc725d3f91cfcdad0806103fe0 Mon Sep 17 00:00:00 2001 From: Mike Pirog Date: Fri, 30 Aug 2024 15:09:19 -0400 Subject: [PATCH] update to setup-lando@v3 --- .github/workflows/pr-runtime-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-runtime-tests.yml b/.github/workflows/pr-runtime-tests.yml index 93393c5e3..abb6b137e 100644 --- a/.github/workflows/pr-runtime-tests.yml +++ b/.github/workflows/pr-runtime-tests.yml @@ -41,7 +41,7 @@ jobs: - name: Package CLI run: npm run pkg - name: Setup locally built lando - uses: lando/setup-lando@v2 + uses: lando/setup-lando@v3 with: lando-version: ./dist/@lando/cli telemetry: false