2121 steps :
2222 - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
2323 - name : Use Node
24- uses : actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
24+ uses : actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3
2525 with :
2626 node-version-file : ' .nvmrc'
2727 - name : corepack
4040 - name : Install
4141 run : pnpm install
4242 - name : Cache .pnpm-store
43- uses : actions/cache@f4b3439a656ba812b8cb417d2d49f9c810103092 # v3
43+ uses : actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3
4444 with :
4545 path : ~/.pnpm-store
4646 key : pnpm-${{ hashFiles('pnpm-lock.yaml') }}-${{ github.run_id }}-${{ github.sha }}
4949 - name : build
5050 run : pnpm build
5151 - name : Cache tools
52- uses : actions/cache@f4b3439a656ba812b8cb417d2d49f9c810103092 # v3
52+ uses : actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3
5353 id : cache-tools
5454 with :
5555 path : ./tools/
@@ -67,14 +67,14 @@ jobs:
6767 runs-on : ubuntu-latest
6868 steps :
6969 - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
70- - uses : actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
70+ - uses : actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3
7171 with :
7272 node-version : ${{ matrix.node }}
7373 - name : corepack
7474 run : corepack enable
7575 - name : pnpm enable
7676 run : corepack prepare pnpm@latest-8 --activate
77- - uses : actions/cache@f4b3439a656ba812b8cb417d2d49f9c810103092 # v3
77+ - uses : actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3
7878 with :
7979 path : ~/.pnpm-store
8080 key : pnpm-${{ hashFiles('pnpm-lock.yaml') }}-${{ github.run_id }}-${{ github.sha }}
8585 run : npm config set registry https://rg.verdaccio.org
8686 - name : Install
8787 run : pnpm install --frozen-lockfile
88- - uses : actions/cache@f4b3439a656ba812b8cb417d2d49f9c810103092 # v3
88+ - uses : actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3
8989 with :
9090 path : ./tools/
9191 key : pkg-${{ hashFiles('pnpm-lock.yaml') }}-${{ github.run_id }}-${{ github.sha }}
0 commit comments