Skip to content

Commit b356e7f

Browse files
authored
Merge branch 'main' into fix-coverage-report-hang
2 parents a008eb7 + 6b2ea37 commit b356e7f

File tree

21 files changed

+48866
-1264
lines changed

21 files changed

+48866
-1264
lines changed

.github/actions/check-submodules/dist/index.js

+24,328-603
Large diffs are not rendered by default.

.github/actions/check-submodules/package-lock.json

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

.github/actions/check-submodules/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"author": "",
1111
"license": "ISC",
1212
"dependencies": {
13-
"@actions/core": "^1.10.0",
13+
"@actions/core": "^1.10.1",
1414
"@actions/exec": "^1.1.1"
1515
},
1616
"devDependencies": {
17-
"@vercel/ncc": "^0.36.1"
17+
"@vercel/ncc": "^0.38.1"
1818
}
1919
}

.github/actions/release-tag/package-lock.json

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

.github/actions/release-tag/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"prepare": "ncc build index.js --out packed"
1111
},
1212
"dependencies": {
13-
"@actions/core": "^1.10.0"
13+
"@actions/core": "^1.10.1"
1414
},
1515
"devDependencies": {
16-
"@vercel/ncc": "^0.36.1"
16+
"@vercel/ncc": "^0.38.1"
1717
}
1818
}

0 commit comments

Comments
 (0)