File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6060 node-version : ${{ env.NODE_VERSION }}
6161
6262 - name : Cache
63- uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
63+ uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
6464 with :
6565 path : ~/.npm
6666 key : ${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 4545 node-version : ${{ env.NODE_VERSION }}
4646
4747 - name : Cache
48- uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
48+ uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
4949 with :
5050 path : ~/.npm
5151 key : ${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 2525 node-version : ${{ env.NODE_VERSION }}
2626
2727 - name : Cache
28- uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
28+ uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
2929 with :
3030 path : ~/.npm
3131 key : ${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 3030 node-version : ${{ env.NODE_VERSION }}
3131
3232 - name : Cache
33- uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
33+ uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
3434 with :
3535 path : ~/.npm
3636 key : ${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
6161 node-version : ${{ env.NODE_VERSION }}
6262
6363 - name : Cache
64- uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
64+ uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
6565 with :
6666 path : ~/.npm
6767 key : ${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
You can’t perform that action at this time.
0 commit comments