Skip to content

Commit 48d23cc

Browse files
authored
Merge pull request #333 from docker/dependabot/npm_and_yarn/actions/core-1.10.1
Bump @actions/core from 1.10.0 to 1.10.1
2 parents 63f4a26 + b83ffb4 commit 48d23cc

File tree

4 files changed

+15
-22
lines changed

4 files changed

+15
-22
lines changed

dist/index.js

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

dist/index.js.map

+1-1
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
@@ -27,7 +27,7 @@
2727
"author": "Docker Inc.",
2828
"license": "Apache-2.0",
2929
"dependencies": {
30-
"@actions/core": "^1.10.0",
30+
"@actions/core": "^1.10.1",
3131
"@actions/github": "^5.1.1",
3232
"@docker/actions-toolkit": "^0.12.0",
3333
"@renovate/pep440": "^1.0.0",

yarn.lock

+5-12
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
semver "^6.1.0"
2424
uuid "^3.3.3"
2525

26-
"@actions/core@^1.10.0", "@actions/core@^1.2.6":
27-
version "1.10.0"
28-
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.10.0.tgz#44551c3c71163949a2f06e94d9ca2157a0cfac4f"
29-
integrity sha512-2aZDDa3zrrZbP5ZYg159sNoLRb61nQ7awl5pSvIq5Qpj81vwDzdMRKzkWJGJuwVvWpvZKx7vspJALyvaaIQyug==
26+
"@actions/core@^1.10.0", "@actions/core@^1.10.1", "@actions/core@^1.2.6":
27+
version "1.10.1"
28+
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.10.1.tgz#61108e7ac40acae95ee36da074fa5850ca4ced8a"
29+
integrity sha512-3lBR9EDAY+iYIpTnTIXmWcNbX3T2kCkAEQGIQx4NVQ0575nk2k3GRZDTPQG+vVtS2izSLmINlxXf0uLtnrTP+g==
3030
dependencies:
3131
"@actions/http-client" "^2.0.1"
3232
uuid "^8.3.2"
@@ -56,14 +56,7 @@
5656
"@actions/core" "^1.2.6"
5757
minimatch "^3.0.4"
5858

59-
"@actions/http-client@^2.0.1":
60-
version "2.0.1"
61-
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-2.0.1.tgz#873f4ca98fe32f6839462a6f046332677322f99c"
62-
integrity sha512-PIXiMVtz6VvyaRsGY268qvj57hXQEpsYogYOu2nrQhlf+XCGmZstmuZBbAybUl1nQGnvS1k1eEsQ69ZoD7xlSw==
63-
dependencies:
64-
tunnel "^0.0.6"
65-
66-
"@actions/http-client@^2.1.1":
59+
"@actions/http-client@^2.0.1", "@actions/http-client@^2.1.1":
6760
version "2.1.1"
6861
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-2.1.1.tgz#a8e97699c315bed0ecaeaaeb640948470d4586a0"
6962
integrity sha512-qhrkRMB40bbbLo7gF+0vu+X+UawOvQQqNAA/5Unx774RS8poaOhThDOG6BGmxvAnxhQnDp2BG/ZUm65xZILTpw==

0 commit comments

Comments
 (0)