diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 628395c..b296031 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Cache Dependencies - uses: actions/cache@v2.1.5 + uses: actions/cache@v2.1.6 with: path: node_modules key: yarn-${{ hashFiles('yarn.lock') }} @@ -64,7 +64,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Cache Dependencies - uses: actions/cache@v2.1.5 + uses: actions/cache@v2.1.6 with: path: node_modules key: yarn-${{ hashFiles('yarn.lock') }} diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 15bc6b0..62ed0cc 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,7 +20,7 @@ jobs: registry-url: 'https://registry.npmjs.org' - name: Cache Dependencies - uses: actions/cache@v2.1.5 + uses: actions/cache@v2.1.6 with: path: node_modules key: yarn-${{ hashFiles('yarn.lock') }}