diff --git a/.github/workflows/uuids.yml b/.github/workflows/uuids.yml index 2389bd31..445b1b38 100644 --- a/.github/workflows/uuids.yml +++ b/.github/workflows/uuids.yml @@ -17,7 +17,7 @@ jobs: - name: Cache binary id: cache-uuids - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 + uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 with: path: _test/check_uuids key: check_uuids-${{ hashFiles('_test/check_uuids.nim') }}-${{ runner.os }}-nim${{ env.NIM_VERSION }}-gcc${{ env.GCC_VERSION }}-openssl${{ env.OPENSSL_VERSION }}