@@ -34,12 +34,12 @@ jobs:
3434 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3535
3636 - name : Use Node.js ${{ env.NODE_VERSION }}
37- uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
37+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
3838 with :
3939 node-version : ${{ env.NODE_VERSION }}
4040
4141 - name : Cache
42- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
42+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
4343 with :
4444 path : ~/.npm
4545 key : ${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
@@ -79,12 +79,12 @@ jobs:
7979 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8080
8181 - name : Use Node.js ${{ env.NODE_VERSION }}
82- uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
82+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
8383 with :
8484 node-version : ${{ env.NODE_VERSION }}
8585
8686 - name : Cache
87- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
87+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
8888 with :
8989 path : ~/.npm
9090 key : ${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
@@ -117,12 +117,12 @@ jobs:
117117 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
118118
119119 - name : Use Node.js ${{ env.NODE_VERSION }}
120- uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
120+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
121121 with :
122122 node-version : ${{ env.NODE_VERSION }}
123123
124124 - name : Cache
125- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
125+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
126126 with :
127127 path : ~/.npm
128128 key : ${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
0 commit comments