File tree Expand file tree Collapse file tree
actions/install-dependencies Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616
1717 shell : bash
1818 - name : Setup pnpm cache
19- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
19+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
2020 with :
2121 key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
2222 path : ${{ env.PNPM_STORE_PATH }}
Original file line number Diff line number Diff line change 2828 uses : ./.github/actions/install-dependencies
2929
3030 - name : Cache ESLint
31- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
31+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
3232 with :
3333 key : eslint-cache-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml', 'eslint.config.*') }}-${{ github.run_id }}
3434 path : .eslintcache
You can’t perform that action at this time.
0 commit comments