@@ -27,12 +27,12 @@ jobs:
2727 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2828
2929 - name : Use Node.js ${{ env.NODE_VERSION }}
30- uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
30+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
3131 with :
3232 node-version : ${{ env.NODE_VERSION }}
3333
3434 - name : Cache
35- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
35+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
3636 with :
3737 path : ~/.npm
3838 key : ${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
@@ -58,12 +58,12 @@ jobs:
5858 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5959
6060 - name : Use Node.js ${{ env.NODE_VERSION }}
61- uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
61+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
6262 with :
6363 node-version : ${{ env.NODE_VERSION }}
6464
6565 - name : Cache
66- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
66+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
6767 with :
6868 path : ~/.npm
6969 key : ${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
@@ -87,12 +87,12 @@ jobs:
8787 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8888
8989 - name : Use Node.js ${{ env.NODE_VERSION }}
90- uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
90+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
9191 with :
9292 node-version : ${{ env.NODE_VERSION }}
9393
9494 - name : Cache
95- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
95+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
9696 with :
9797 path : ~/.npm
9898 key : ${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
0 commit comments