Skip to content

Commit 2ee211d

Browse files
fix(deps): update dependency @actions/core to v3
1 parent c0c86f6 commit 2ee211d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/npm-release/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ci-release",
33
"dependencies": {
4-
"@actions/core": "^1.10.0",
4+
"@actions/core": "^3.0.0",
55
"@actions/exec": "^1.1.1",
66
"@semantic-release/npm": "^13.1.5",
77
"@semantic-release/changelog": "^6.0.3",

scripts/release/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ci-release",
33
"dependencies": {
4-
"@actions/core": "^1.10.0",
4+
"@actions/core": "^3.0.0",
55
"@actions/exec": "^1.1.1",
66
"@semantic-release/changelog": "^6.0.2",
77
"@semantic-release/exec": "^6.0.3",

0 commit comments

Comments
 (0)