diff --git a/.github/workflows/uuids.yml b/.github/workflows/uuids.yml index 7f4d83d3..5f348584 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@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 + uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 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 }}