diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4ab9605..36a0dbf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v2.1.7 with: path: '**/node_modules' key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }} @@ -31,7 +31,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v2.1.7 with: path: '**/node_modules' key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}