From 1a7865025a88f4a269cc82144321b4618c2a03a5 Mon Sep 17 00:00:00 2001 From: Martin Raszyk Date: Fri, 15 Nov 2024 16:25:37 +0100 Subject: [PATCH] dfx --- .github/workflows/ic-ref.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ic-ref.yml b/.github/workflows/ic-ref.yml index 8cdbe00c..2ae11986 100644 --- a/.github/workflows/ic-ref.yml +++ b/.github/workflows/ic-ref.yml @@ -28,7 +28,7 @@ jobs: - name: Install dfx uses: dfinity/setup-dfx@main with: - dfx-version: "0.24.1" + dfx-version: "0.24.2" - name: Cargo cache uses: actions/cache@v4