diff --git a/.github/workflows/uuids.yml b/.github/workflows/uuids.yml index 7f4d83d3..8a7fc446 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@6998d139ddd3e68c71e9e398d8e40b71a2f39812 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 }}