Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ee4c905

Browse filesBrowse files
chore(deps): Bump @docker/actions-toolkit from 0.14.0 to 0.15.0
Bumps [@docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.14.0 to 0.15.0. - [Release notes](https://github.com/docker/actions-toolkit/releases) - [Commits](docker/actions-toolkit@v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: "@docker/actions-toolkit" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e6428a5 commit ee4c905
Copy full SHA for ee4c905

File tree

2 files changed

+12
-13
lines changed
Filter options

2 files changed

+12
-13
lines changed

‎package.json

Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"dependencies": {
3030
"@actions/core": "^1.10.1",
3131
"@actions/github": "^6.0.0",
32-
"@docker/actions-toolkit": "^0.14.0",
32+
"@docker/actions-toolkit": "^0.15.0",
3333
"@renovate/pep440": "^1.0.0",
3434
"csv-parse": "^5.5.2",
3535
"handlebars": "^4.7.8",

‎yarn.lock

Copy file name to clipboardExpand all lines: yarn.lock
+11-12Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -773,10 +773,10 @@
773773
dependencies:
774774
"@jridgewell/trace-mapping" "0.3.9"
775775

776-
"@docker/actions-toolkit@^0.14.0":
777-
version "0.14.0"
778-
resolved "https://registry.yarnpkg.com/@docker/actions-toolkit/-/actions-toolkit-0.14.0.tgz#1cc7108aa1da0df708fb65915cc927d0cc420584"
779-
integrity sha512-5PZ49FgZLcS421Py60Zm5CGzQt1OyGVVx2CHZbjr2S0Vm6Rqks4diB3io/nt4EkccUb3EgwClZPopICOPzyIPw==
776+
"@docker/actions-toolkit@^0.15.0":
777+
version "0.15.0"
778+
resolved "https://registry.yarnpkg.com/@docker/actions-toolkit/-/actions-toolkit-0.15.0.tgz#f52d0a2a10c97e02dc7f82dea843cce1ea5917a5"
779+
integrity sha512-9QM3iBEdW+ExxETTIPYhYARaSJU8k9Wrp5+WJvvGu8XgClyiKdOywIWK0Kp+ctUH+1rQzc3m/Z/h9ErZ52LIGg==
780780
dependencies:
781781
"@actions/cache" "^3.2.2"
782782
"@actions/core" "^1.10.1"
@@ -785,12 +785,11 @@
785785
"@actions/http-client" "^2.2.0"
786786
"@actions/io" "^1.1.3"
787787
"@actions/tool-cache" "^2.0.1"
788-
"@octokit/core" "^5.0.1"
789-
"@octokit/plugin-rest-endpoint-methods" "^10.1.5"
788+
"@octokit/core" "^5.0.2"
789+
"@octokit/plugin-rest-endpoint-methods" "^10.2.0"
790790
async-retry "^1.3.3"
791791
csv-parse "^5.5.2"
792792
handlebars "^4.7.8"
793-
js-yaml "^4.1.0"
794793
jwt-decode "^4.0.0"
795794
semver "^7.5.4"
796795
tmp "^0.2.1"
@@ -1180,10 +1179,10 @@
11801179
resolved "https://registry.yarnpkg.com/@octokit/auth-token/-/auth-token-4.0.0.tgz#40d203ea827b9f17f42a29c6afb93b7745ef80c7"
11811180
integrity sha512-tY/msAuJo6ARbK6SPIxZrPBms3xPbfwBrulZe0Wtr/DIY9lje2HeV1uoebShn6mx7SjCHif6EjMvoREj+gZ+SA==
11821181

1183-
"@octokit/core@^5.0.1":
1184-
version "5.0.1"
1185-
resolved "https://registry.yarnpkg.com/@octokit/core/-/core-5.0.1.tgz#865da2b30d54354cccb6e30861ddfa0e24494780"
1186-
integrity sha512-lyeeeZyESFo+ffI801SaBKmCfsvarO+dgV8/0gD8u1d87clbEdWsP5yC+dSj3zLhb2eIf5SJrn6vDz9AheETHw==
1182+
"@octokit/core@^5.0.1", "@octokit/core@^5.0.2":
1183+
version "5.0.2"
1184+
resolved "https://registry.yarnpkg.com/@octokit/core/-/core-5.0.2.tgz#ae7c5d61fdd98ba348a27c3cc510879a130b1234"
1185+
integrity sha512-cZUy1gUvd4vttMic7C0lwPed8IYXWYp8kHIMatyhY8t8n3Cpw2ILczkV5pGMPqef7v0bLo0pOHrEHarsau2Ydg==
11871186
dependencies:
11881187
"@octokit/auth-token" "^4.0.0"
11891188
"@octokit/graphql" "^7.0.0"
@@ -1228,7 +1227,7 @@
12281227
dependencies:
12291228
"@octokit/types" "^12.0.0"
12301229

1231-
"@octokit/plugin-rest-endpoint-methods@^10.0.0", "@octokit/plugin-rest-endpoint-methods@^10.1.5":
1230+
"@octokit/plugin-rest-endpoint-methods@^10.0.0", "@octokit/plugin-rest-endpoint-methods@^10.2.0":
12321231
version "10.2.0"
12331232
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-10.2.0.tgz#eeaa4de97a2ae26404dea30ce3e17b11928e027c"
12341233
integrity sha512-ePbgBMYtGoRNXDyKGvr9cyHjQ163PbwD0y1MkDJCpkO2YH4OeXX40c4wYHKikHGZcpGPbcRLuy0unPUuafco8Q==

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.