@@ -28,12 +28,12 @@ jobs:
2828 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2929
3030 - name : Use Node.js ${{ env.NODE_VERSION }}
31- uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
31+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
3232 with :
3333 node-version : ${{ env.NODE_VERSION }}
3434
3535 - name : Cache
36- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
36+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
3737 with :
3838 path : ~/.npm
3939 key : ${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
@@ -64,12 +64,12 @@ jobs:
6464 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6565
6666 - name : Use Node.js ${{ env.NODE_VERSION }}
67- uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
67+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
6868 with :
6969 node-version : ${{ env.NODE_VERSION }}
7070
7171 - name : Cache
72- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
72+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
7373 with :
7474 path : ~/.npm
7575 key : ${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
@@ -100,12 +100,12 @@ jobs:
100100 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
101101
102102 - name : Use Node.js ${{ env.NODE_VERSION }}
103- uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
103+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
104104 with :
105105 node-version : ${{ env.NODE_VERSION }}
106106
107107 - name : Cache
108- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
108+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
109109 with :
110110 path : ~/.npm
111111 key : ${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
0 commit comments