diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a4dfb052..62882c9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: path: open-zwave - name: Cache openzwave - uses: actions/cache@v2.1.2 + uses: actions/cache@v2.1.3 with: path: open-zwave key: ${{ hashFiles('open-zwave/.git/refs/heads/master') }} @@ -48,7 +48,7 @@ jobs: - name: Cache node modules id: cache-node-modules - uses: actions/cache@v2.1.2 + uses: actions/cache@v2.1.3 with: path: node_modules key: ${{ matrix['node-version'] }}-npm-${{ hashFiles('package-lock.json') }} @@ -63,7 +63,7 @@ jobs: - name: Cache build id: cache-build - uses: actions/cache@v2.1.2 + uses: actions/cache@v2.1.3 with: path: dist key: ${{ matrix['node-version'] }}-cache-build-${{ hashFiles('build/*') }}-${{ hashFiles('src/*') }}-${{ hashFiles('static/*') }}-${{ hashFiles('package-lock.json') }}