diff --git a/.github/workflows/composite-action.yml b/.github/workflows/composite-action.yml index 2693e7f..1007bd2 100644 --- a/.github/workflows/composite-action.yml +++ b/.github/workflows/composite-action.yml @@ -36,7 +36,7 @@ runs: - name: Check cache miss for MacOS id: macos-cache - uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2 + uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: node_modules key: ${{ env.MACOS_KEY }} @@ -45,7 +45,7 @@ runs: - name: Check cache miss for Windows id: windows-cache - uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2 + uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: node_modules key: ${{ env.WINDOWS_KEY }}