File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5050 run : pnpm build
5151
5252 - name : Cache dist
53- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
53+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5454 with :
5555 path : packages/*/lib
5656 key : build-intlify-bundle-tools-os-${{ matrix.os }}-${{ github.sha }}
8585 run : pnpm install
8686
8787 - name : Restore dist cache
88- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
88+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
8989 with :
9090 path : packages/*/lib
9191 key : build-intlify-bundle-tools-os-${{ matrix.os }}-${{ github.sha }}
@@ -128,7 +128,7 @@ jobs:
128128 run : pnpm playwright-core install chromium
129129
130130 - name : Restore dist cache
131- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
131+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
132132 with :
133133 path : packages/*/lib
134134 key : build-intlify-bundle-tools-os-${{ matrix.os }}-${{ github.sha }}
You can’t perform that action at this time.
0 commit comments