File tree Expand file tree Collapse file tree 8 files changed +16
-16
lines changed Expand file tree Collapse file tree 8 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 25
25
- name : Checkout
26
26
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27
27
- name : Setup Node
28
- uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
28
+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
29
29
with :
30
30
cache : " npm"
31
31
cache-dependency-path : " **/package-lock.json"
@@ -131,7 +131,7 @@ jobs:
131
131
run : echo "$(<./test-summary/test-summary.md)" >> $GITHUB_STEP_SUMMARY
132
132
133
133
- name : Upload results as artifact
134
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
134
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
135
135
if : always()
136
136
with :
137
137
name : test-summary
Original file line number Diff line number Diff line change 25
25
- name : Checkout
26
26
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27
27
- name : Setup Node
28
- uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
28
+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
29
29
with :
30
30
cache : " npm"
31
31
cache-dependency-path : " **/package-lock.json"
@@ -131,7 +131,7 @@ jobs:
131
131
run : echo "$(<./test-summary/test-summary.md)" >> $GITHUB_STEP_SUMMARY
132
132
133
133
- name : Upload results as artifact
134
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
134
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
135
135
if : always()
136
136
with :
137
137
name : test-summary
Original file line number Diff line number Diff line change 21
21
- name : Checkout
22
22
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23
23
- name : Setup Node
24
- uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
24
+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
25
25
with :
26
26
cache : " npm"
27
27
cache-dependency-path : " **/package-lock.json"
@@ -109,7 +109,7 @@ jobs:
109
109
run : echo "$(<./test-summary/test-summary.md)" >> $GITHUB_STEP_SUMMARY
110
110
111
111
- name : Upload results as artifact
112
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
112
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
113
113
if : always()
114
114
with :
115
115
name : test-summary
Original file line number Diff line number Diff line change 29
29
- name : Checkout
30
30
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
31
31
- name : Setup Node
32
- uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
32
+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
33
33
with :
34
34
cache : " npm"
35
35
cache-dependency-path : " **/package-lock.json"
@@ -135,7 +135,7 @@ jobs:
135
135
run : echo "$(<./test-summary/test-summary.md)" >> $GITHUB_STEP_SUMMARY
136
136
137
137
- name : Upload results as artifact
138
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
138
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
139
139
if : always()
140
140
with :
141
141
name : test-summary
Original file line number Diff line number Diff line change 28
28
- name : Checkout
29
29
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
30
30
- name : Setup Node
31
- uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
31
+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
32
32
with :
33
33
cache : " npm"
34
34
cache-dependency-path : " **/package-lock.json"
@@ -136,7 +136,7 @@ jobs:
136
136
run : echo "$(<./test-summary/test-summary.md)" >> $GITHUB_STEP_SUMMARY
137
137
138
138
- name : Upload results as artifact
139
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
139
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
140
140
if : always()
141
141
with :
142
142
name : test-summary
Original file line number Diff line number Diff line change 25
25
- name : Checkout
26
26
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27
27
- name : Setup Node
28
- uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
28
+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
29
29
with :
30
30
cache : " npm"
31
31
cache-dependency-path : " **/package-lock.json"
@@ -131,7 +131,7 @@ jobs:
131
131
run : echo "$(<./test-summary/test-summary.md)" >> $GITHUB_STEP_SUMMARY
132
132
133
133
- name : Upload results as artifact
134
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
134
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
135
135
if : always()
136
136
with :
137
137
name : test-summary
Original file line number Diff line number Diff line change 25
25
- name : Checkout
26
26
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27
27
- name : Setup Node
28
- uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
28
+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
29
29
with :
30
30
cache : " npm"
31
31
cache-dependency-path : " **/package-lock.json"
@@ -131,7 +131,7 @@ jobs:
131
131
run : echo "$(<./test-summary/test-summary.md)" >> $GITHUB_STEP_SUMMARY
132
132
133
133
- name : Upload results as artifact
134
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
134
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
135
135
if : always()
136
136
with :
137
137
name : test-summary
Original file line number Diff line number Diff line change 25
25
- name : Checkout
26
26
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27
27
- name : Setup Node
28
- uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
28
+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
29
29
with :
30
30
cache : " npm"
31
31
cache-dependency-path : " **/package-lock.json"
@@ -131,7 +131,7 @@ jobs:
131
131
run : echo "$(<./test-summary/test-summary.md)" >> $GITHUB_STEP_SUMMARY
132
132
133
133
- name : Upload results as artifact
134
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
134
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
135
135
if : always()
136
136
with :
137
137
name : test-summary
You can’t perform that action at this time.
0 commit comments