File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151 run : pnpm build
5252
5353 - name : Cache dist
54- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
54+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
5555 with :
5656 path : packages/*/lib
5757 key : build-intlify-bundle-tools-os-${{ matrix.os }}-${{ github.sha }}
8787 run : pnpm install
8888
8989 - name : Restore dist cache
90- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
90+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
9191 with :
9292 path : packages/*/lib
9393 key : build-intlify-bundle-tools-os-${{ matrix.os }}-${{ github.sha }}
@@ -135,7 +135,7 @@ jobs:
135135 run : pnpm playwright-core install chromium
136136
137137 - name : Restore dist cache
138- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
138+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
139139 with :
140140 path : packages/*/lib
141141 key : build-intlify-bundle-tools-os-${{ matrix.os }}-${{ github.sha }}
You can’t perform that action at this time.
0 commit comments