From 6012e17b0d7838d5db84e1988181ffef8061c2a9 Mon Sep 17 00:00:00 2001 From: spsjvc Date: Tue, 25 Mar 2025 11:41:14 +0100 Subject: [PATCH] ci: update testnode action --- .github/workflows/build-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 31727184..d2a4939d 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -78,7 +78,7 @@ jobs: uses: OffchainLabs/actions/node-modules/install@main - name: Set up the local node - uses: OffchainLabs/actions/run-nitro-test-node@feat-simplify + uses: OffchainLabs/actions/run-nitro-test-node@feat-simplify-2 with: nitro-testnode-ref: release args: ${{ matrix.config.args }}