@@ -31,15 +31,15 @@ jobs:
31
31
32
32
steps :
33
33
- name : Checkout
34
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
34
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
35
35
36
36
- name : Use Node.js ${{ env.NODE_VERSION }}
37
- uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
37
+ uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
38
38
with :
39
39
node-version : ${{ env.NODE_VERSION }}
40
40
41
41
- name : Cache
42
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0 .2
42
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1 .2
43
43
with :
44
44
path : ~/.npm
45
45
key : ${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
@@ -75,15 +75,15 @@ jobs:
75
75
name : jQuery stable
76
76
steps :
77
77
- name : Checkout
78
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
78
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
79
79
80
80
- name : Use Node.js ${{ env.NODE_VERSION }}
81
- uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
81
+ uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
82
82
with :
83
83
node-version : ${{ env.NODE_VERSION }}
84
84
85
85
- name : Cache
86
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0 .2
86
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1 .2
87
87
with :
88
88
path : ~/.npm
89
89
key : ${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
@@ -116,15 +116,15 @@ jobs:
116
116
name : jQuery stable
117
117
steps :
118
118
- name : Checkout
119
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
119
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
120
120
121
121
- name : Use Node.js ${{ env.NODE_VERSION }}
122
- uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
122
+ uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
123
123
with :
124
124
node-version : ${{ env.NODE_VERSION }}
125
125
126
126
- name : Cache
127
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0 .2
127
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1 .2
128
128
with :
129
129
path : ~/.npm
130
130
key : ${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
0 commit comments