48
48
fail-fast : false
49
49
steps :
50
50
- name : Checkout code
51
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
51
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
52
52
- name : Setup NodeJS
53
53
uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
54
54
with :
74
74
fail-fast : false
75
75
steps :
76
76
- name : Checkout code
77
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
77
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
78
78
- name : Setup NodeJS
79
79
uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
80
80
with :
@@ -115,7 +115,7 @@ jobs:
115
115
working-directory : examples/${{ matrix.example }}
116
116
steps :
117
117
- name : Checkout code
118
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
118
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
119
119
- name : Setup NodeJS
120
120
uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
121
121
with :
@@ -133,7 +133,7 @@ jobs:
133
133
NODE_ENV : dev
134
134
steps :
135
135
- name : Checkout code
136
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
136
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
137
137
- name : Setup NodeJS
138
138
uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
139
139
with :
@@ -151,7 +151,7 @@ jobs:
151
151
NODE_ENV : dev
152
152
steps :
153
153
- name : Checkout code
154
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
154
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
155
155
- name : Setup NodeJS
156
156
uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
157
157
with :
@@ -167,7 +167,7 @@ jobs:
167
167
NODE_ENV : dev
168
168
steps :
169
169
- name : Checkout code
170
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
170
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
171
171
- name : Setup NodeJS
172
172
uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
173
173
with :
0 commit comments