diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 73442f3..0f518b1 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -27,7 +27,7 @@ jobs: node-version-file: '.nvmrc' - name: Cache node_modules - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v5 id: cache-node-modules with: path: node_modules @@ -50,7 +50,7 @@ jobs: node-version-file: '.nvmrc' - name: Cache node_modules - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v5 id: cache-node-modules with: path: node_modules @@ -76,7 +76,7 @@ jobs: node-version-file: '.nvmrc' - name: Cache node_modules - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v5 id: cache-node-modules with: path: node_modules @@ -102,7 +102,7 @@ jobs: node-version-file: '.nvmrc' - name: Cache node_modules - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v5 id: cache-node-modules with: path: node_modules