Skip to content

Commit 0565240

Browse files
authored
Merge pull request #959 from docker/dependabot/npm_and_yarn/actions/core-1.10.1
chore(deps): Bump @actions/core from 1.10.0 to 1.10.1
2 parents 04d1a3b + 3ab07f8 commit 0565240

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

dist/index.js

+1-1
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
@@ -26,7 +26,7 @@
2626
"author": "Docker Inc.",
2727
"license": "Apache-2.0",
2828
"dependencies": {
29-
"@actions/core": "^1.10.0",
29+
"@actions/core": "^1.10.1",
3030
"@docker/actions-toolkit": "^0.12.0",
3131
"handlebars": "^4.7.7"
3232
},

yarn.lock

+4-4
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"

0 commit comments

Comments
 (0)