Skip to content

Commit

Permalink
Merge pull request #363 from docker/dependabot/npm_and_yarn/docker/ac…
Browse files Browse the repository at this point in the history
…tions-toolkit-0.15.0

chore(deps): Bump @docker/actions-toolkit from 0.14.0 to 0.15.0
  • Loading branch information
crazy-max committed Dec 4, 2023
2 parents e6428a5 + 394bbab commit 31cebac
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 15 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@docker/actions-toolkit": "^0.14.0",
"@docker/actions-toolkit": "^0.15.0",
"@renovate/pep440": "^1.0.0",
"csv-parse": "^5.5.2",
"handlebars": "^4.7.8",
Expand Down
23 changes: 11 additions & 12 deletions yarn.lock
Expand Up @@ -773,10 +773,10 @@
dependencies:
"@jridgewell/trace-mapping" "0.3.9"

"@docker/actions-toolkit@^0.14.0":
version "0.14.0"
resolved "https://registry.yarnpkg.com/@docker/actions-toolkit/-/actions-toolkit-0.14.0.tgz#1cc7108aa1da0df708fb65915cc927d0cc420584"
integrity sha512-5PZ49FgZLcS421Py60Zm5CGzQt1OyGVVx2CHZbjr2S0Vm6Rqks4diB3io/nt4EkccUb3EgwClZPopICOPzyIPw==
"@docker/actions-toolkit@^0.15.0":
version "0.15.0"
resolved "https://registry.yarnpkg.com/@docker/actions-toolkit/-/actions-toolkit-0.15.0.tgz#f52d0a2a10c97e02dc7f82dea843cce1ea5917a5"
integrity sha512-9QM3iBEdW+ExxETTIPYhYARaSJU8k9Wrp5+WJvvGu8XgClyiKdOywIWK0Kp+ctUH+1rQzc3m/Z/h9ErZ52LIGg==
dependencies:
"@actions/cache" "^3.2.2"
"@actions/core" "^1.10.1"
Expand All @@ -785,12 +785,11 @@
"@actions/http-client" "^2.2.0"
"@actions/io" "^1.1.3"
"@actions/tool-cache" "^2.0.1"
"@octokit/core" "^5.0.1"
"@octokit/plugin-rest-endpoint-methods" "^10.1.5"
"@octokit/core" "^5.0.2"
"@octokit/plugin-rest-endpoint-methods" "^10.2.0"
async-retry "^1.3.3"
csv-parse "^5.5.2"
handlebars "^4.7.8"
js-yaml "^4.1.0"
jwt-decode "^4.0.0"
semver "^7.5.4"
tmp "^0.2.1"
Expand Down Expand Up @@ -1180,10 +1179,10 @@
resolved "https://registry.yarnpkg.com/@octokit/auth-token/-/auth-token-4.0.0.tgz#40d203ea827b9f17f42a29c6afb93b7745ef80c7"
integrity sha512-tY/msAuJo6ARbK6SPIxZrPBms3xPbfwBrulZe0Wtr/DIY9lje2HeV1uoebShn6mx7SjCHif6EjMvoREj+gZ+SA==

"@octokit/core@^5.0.1":
version "5.0.1"
resolved "https://registry.yarnpkg.com/@octokit/core/-/core-5.0.1.tgz#865da2b30d54354cccb6e30861ddfa0e24494780"
integrity sha512-lyeeeZyESFo+ffI801SaBKmCfsvarO+dgV8/0gD8u1d87clbEdWsP5yC+dSj3zLhb2eIf5SJrn6vDz9AheETHw==
"@octokit/core@^5.0.1", "@octokit/core@^5.0.2":
version "5.0.2"
resolved "https://registry.yarnpkg.com/@octokit/core/-/core-5.0.2.tgz#ae7c5d61fdd98ba348a27c3cc510879a130b1234"
integrity sha512-cZUy1gUvd4vttMic7C0lwPed8IYXWYp8kHIMatyhY8t8n3Cpw2ILczkV5pGMPqef7v0bLo0pOHrEHarsau2Ydg==
dependencies:
"@octokit/auth-token" "^4.0.0"
"@octokit/graphql" "^7.0.0"
Expand Down Expand Up @@ -1228,7 +1227,7 @@
dependencies:
"@octokit/types" "^12.0.0"

"@octokit/plugin-rest-endpoint-methods@^10.0.0", "@octokit/plugin-rest-endpoint-methods@^10.1.5":
"@octokit/plugin-rest-endpoint-methods@^10.0.0", "@octokit/plugin-rest-endpoint-methods@^10.2.0":
version "10.2.0"
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-10.2.0.tgz#eeaa4de97a2ae26404dea30ce3e17b11928e027c"
integrity sha512-ePbgBMYtGoRNXDyKGvr9cyHjQ163PbwD0y1MkDJCpkO2YH4OeXX40c4wYHKikHGZcpGPbcRLuy0unPUuafco8Q==
Expand Down

0 comments on commit 31cebac

Please sign in to comment.