File tree 3 files changed +19
-4
lines changed
3 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 86
86
87
87
# Upload the download data:
88
88
- name : ' Upload data'
89
- # Pin action to full length commit SHA corresponding to v3.1.3
90
- uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
89
+ # Pin action to full length commit SHA
90
+ uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
91
91
with :
92
92
# Define a name for the uploaded artifact (ensuring a unique name for each job):
93
93
name : npm_downloads
Original file line number Diff line number Diff line change @@ -168,8 +168,8 @@ jobs:
168
168
169
169
# Install Deno:
170
170
- name : ' Install Deno'
171
- # Pin action to full length commit SHA corresponding to v1.1.2
172
- uses : denoland/setup-deno@61fe2df320078202e33d7d5ad347e7dcfa0e8f31
171
+ # Pin action to full length commit SHA
172
+ uses : denoland/setup-deno@041b854f97b325bd60e53e9dc2de9cb9f9ac0cba # v1.1.4
173
173
with :
174
174
deno-version : vx.x.x
175
175
Original file line number Diff line number Diff line change @@ -87,6 +87,13 @@ var out = cartesianProduct( x1, x2 );
87
87
88
88
<section class =" related " >
89
89
90
+ * * *
91
+
92
+ ## See Also
93
+
94
+ - <span class =" package-name " >[ ` @stdlib/array/cartesian-power ` ] [ @stdlib/array/cartesian-power ] </span ><span class =" delimiter " >: </span ><span class =" description " >return the Cartesian power.</span >
95
+ - <span class =" package-name " >[ ` @stdlib/array/cartesian-square ` ] [ @stdlib/array/cartesian-square ] </span ><span class =" delimiter " >: </span ><span class =" description " >return the Cartesian square.</span >
96
+
90
97
</section >
91
98
92
99
<!-- /.related -->
@@ -97,6 +104,14 @@ var out = cartesianProduct( x1, x2 );
97
104
98
105
[ cartesian-product ] : https://en.wikipedia.org/wiki/Cartesian_product
99
106
107
+ <!-- <related-links> -->
108
+
109
+ [ @stdlib/array/cartesian-power ] : https://github.com/stdlib-js/array/tree/main/cartesian-power
110
+
111
+ [ @stdlib/array/cartesian-square ] : https://github.com/stdlib-js/array/tree/main/cartesian-square
112
+
113
+ <!-- </related-links> -->
114
+
100
115
</section >
101
116
102
117
<!-- /.links -->
You can’t perform that action at this time.
0 commit comments