Skip to content

Commit c3ebc92

Browse files
committed
fix(deps): update dependency @actions/core to v1.10.0
1 parent e40b27f commit c3ebc92

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

.github/actions/compute-sha256/package-lock.json

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

.github/actions/compute-sha256/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"setup"
1919
],
2020
"dependencies": {
21-
"@actions/core": "1.9.1"
21+
"@actions/core": "1.10.0"
2222
},
2323
"devDependencies": {
2424
"@types/node": "16.11.64",

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

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"typescript": "4.8.4"
2929
},
3030
"dependencies": {
31-
"@actions/core": "1.9.1",
31+
"@actions/core": "1.10.0",
3232
"@actions/github": "5.1.1"
3333
}
3434
}

0 commit comments

Comments
 (0)