Skip to content

Commit 373b552

Browse files
committedDec 24, 2024·
Prepare 3.2.0
Signed-off-by: Sora Morimoto <sora@morimoto.io>
1 parent b2e544d commit 373b552

File tree

5 files changed

+125
-183
lines changed

5 files changed

+125
-183
lines changed
 

‎dist/index.js

+59-88
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/post/index.js

+59-88
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "setup-ocaml",
3-
"version": "3.1.6",
3+
"version": "3.2.0",
44
"private": true,
55
"type": "module",
66
"workspaces": [

‎packages/setup-ocaml/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@actions/tool-cache": "2.0.1",
2020
"cheerio": "1.0.0",
2121
"semver": "7.6.3",
22-
"systeminformation": "5.23.16",
22+
"systeminformation": "5.23.17",
2323
"yaml": "2.6.1"
2424
},
2525
"devDependencies": {

‎yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ __metadata:
509509
"@vercel/ncc": "npm:0.38.3"
510510
cheerio: "npm:1.0.0"
511511
semver: "npm:7.6.3"
512-
systeminformation: "npm:5.23.16"
512+
systeminformation: "npm:5.23.17"
513513
typescript: "npm:5.7.2"
514514
yaml: "npm:2.6.1"
515515
languageName: unknown
@@ -1900,12 +1900,12 @@ __metadata:
19001900
languageName: node
19011901
linkType: hard
19021902

1903-
"systeminformation@npm:5.23.16":
1904-
version: 5.23.16
1905-
resolution: "systeminformation@npm:5.23.16"
1903+
"systeminformation@npm:5.23.17":
1904+
version: 5.23.17
1905+
resolution: "systeminformation@npm:5.23.17"
19061906
bin:
19071907
systeminformation: lib/cli.js
1908-
checksum: 10c0/ef35da22cc1a71626c2904e49f549ca68c063fb00d5024675e80c3f897c82c54b73d61f761f0300f89509495cfe5c9cce3811738572ab10382017375fce1d858
1908+
checksum: 10c0/def66c091be863c89fe9bdcf7880ba8d85a24ebafd68b6acadaac9bd1988831f6f6b5b91cc38767eb3b0ae1e298e5c4e0f9932999521d9df53d4c08f7e2d1a34
19091909
conditions: (os=darwin | os=linux | os=win32 | os=freebsd | os=openbsd | os=netbsd | os=sunos | os=android)
19101910
languageName: node
19111911
linkType: hard

0 commit comments

Comments
 (0)
Please sign in to comment.