diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 255708c..49f1483 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - name: Cache nimble id: cache-nimble - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: ~/.nimble key: ${{ runner.os }}-nimble-${{ hashFiles('*.nimble') }} @@ -42,7 +42,7 @@ jobs: - name: Cache nimble id: cache-nimble - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: ~/.nimble key: ${{ runner.os }}-nimble-${{ hashFiles('*.nimble') }}