From 63908ca65d5a95e5452966ec59c80a2644670477 Mon Sep 17 00:00:00 2001 From: jmgomez Date: Tue, 10 Sep 2024 13:33:53 +0100 Subject: [PATCH] fixes ci --- .github/workflows/binaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index fdb15cf..00f178f 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -106,7 +106,7 @@ jobs: - name: Restore nimble dependencies from cache id: nimble_deps - uses: actions/cache@v5 + uses: actions/cache@v4 with: path: ~/.nimble/ key: ${{ matrix.target.os }}-${{ env.cache_nonce }}