@@ -48,12 +48,12 @@ jobs:
48
48
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
49
49
50
50
- name : Use Node.js ${{ matrix.NODE_VERSION }}
51
- uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
51
+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
52
52
with :
53
53
node-version : ${{ matrix.NODE_VERSION }}
54
54
55
55
- name : Cache
56
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
56
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
57
57
with :
58
58
path : ~/.npm
59
59
key : ${{ runner.os }}-node-${{ matrix.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
@@ -97,12 +97,12 @@ jobs:
97
97
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
98
98
99
99
- name : Use Node.js ${{ env.NODE_VERSION }}
100
- uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
100
+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
101
101
with :
102
102
node-version : ${{ env.NODE_VERSION }}
103
103
104
104
- name : Cache
105
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
105
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
106
106
with :
107
107
path : ~/.npm
108
108
key : ${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
@@ -125,12 +125,12 @@ jobs:
125
125
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
126
126
127
127
- name : Use Node.js ${{ env.NODE_VERSION }}
128
- uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
128
+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
129
129
with :
130
130
node-version : ${{ env.NODE_VERSION }}
131
131
132
132
- name : Cache
133
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
133
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
134
134
with :
135
135
path : ~/.npm
136
136
key : ${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
0 commit comments