diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1eb4c9d..1adf375 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,7 +16,7 @@ jobs: node-version: 14 - name: Restore npm cache ♻️ - uses: actions/cache@v3.3.2 + uses: actions/cache@v3.3.3 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}