@@ -24,15 +24,15 @@ jobs:
2424 MIGRATE_VERSION : " esmodules"
2525 steps :
2626 - name : Checkout
27- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
27+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2828
2929 - name : Use Node.js ${{ env.NODE_VERSION }}
30- uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
30+ uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
3131 with :
3232 node-version : ${{ env.NODE_VERSION }}
3333
3434 - name : Cache
35- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0 .2
35+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1 .2
3636 with :
3737 path : ~/.npm
3838 key : ${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
@@ -61,15 +61,15 @@ jobs:
6161 MIGRATE_VERSION : " min"
6262 steps :
6363 - name : Checkout
64- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
64+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6565
6666 - name : Use Node.js ${{ env.NODE_VERSION }}
67- uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
67+ uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
6868 with :
6969 node-version : ${{ env.NODE_VERSION }}
7070
7171 - name : Cache
72- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0 .2
72+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1 .2
7373 with :
7474 path : ~/.npm
7575 key : ${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
@@ -98,15 +98,15 @@ jobs:
9898 MIGRATE_VERSION : " min"
9999 steps :
100100 - name : Checkout
101- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
101+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
102102
103103 - name : Use Node.js ${{ env.NODE_VERSION }}
104- uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
104+ uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
105105 with :
106106 node-version : ${{ env.NODE_VERSION }}
107107
108108 - name : Cache
109- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0 .2
109+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1 .2
110110 with :
111111 path : ~/.npm
112112 key : ${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
0 commit comments