Skip to content

Commit a0990c8

Browse files
Update dependency @actions/core to v1.10.1
1 parent 377190e commit a0990c8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

actions/slack-build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": "ncc build"
1010
},
1111
"devDependencies": {
12-
"@actions/core": "1.10.0",
12+
"@actions/core": "1.10.1",
1313
"@slack/webhook": "6.1.0",
1414
"@zeit/ncc": "0.22.3"
1515
}

actions/slack-build/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@actions/[email protected].0":
6-
version "1.10.0"
7-
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.10.0.tgz#44551c3c71163949a2f06e94d9ca2157a0cfac4f"
8-
integrity sha512-2aZDDa3zrrZbP5ZYg159sNoLRb61nQ7awl5pSvIq5Qpj81vwDzdMRKzkWJGJuwVvWpvZKx7vspJALyvaaIQyug==
5+
"@actions/[email protected].1":
6+
version "1.10.1"
7+
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.10.1.tgz#61108e7ac40acae95ee36da074fa5850ca4ced8a"
8+
integrity sha512-3lBR9EDAY+iYIpTnTIXmWcNbX3T2kCkAEQGIQx4NVQ0575nk2k3GRZDTPQG+vVtS2izSLmINlxXf0uLtnrTP+g==
99
dependencies:
1010
"@actions/http-client" "^2.0.1"
1111
uuid "^8.3.2"

0 commit comments

Comments
 (0)