diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2613db9..945d6a1 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -25,7 +25,7 @@ jobs: node-version: lts/* - name: Cache node_modules id: cache-node-modules - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 + uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3 with: path: node_modules key: ${{ runner.os }}-${{ hashFiles('yarn.lock') }}-node-modules