Skip to content

Commit

Permalink
Update dependency @docker/actions-toolkit to ^0.50.0 (#402)
Browse files Browse the repository at this point in the history
* Update dependency @docker/actions-toolkit to ^0.50.0

| datasource | package                 | from   | to     |
| ---------- | ----------------------- | ------ | ------ |
| npm        | @docker/actions-toolkit | 0.43.0 | 0.50.0 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dist/ after build

---------

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 13, 2025
1 parent c694b4d commit 3177a95
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions 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
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.0",
"@docker/actions-toolkit": "^0.43.0",
"@docker/actions-toolkit": "^0.50.0",
"@types/semver": "^7.5.8",
"handlebars": "^4.7.8",
"semver": "^7.6.3"
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ __metadata:
version: 8
cacheKey: 10c0

"@actions/artifact@npm:^2.1.11":
version: 2.1.11
resolution: "@actions/artifact@npm:2.1.11"
"@actions/artifact@npm:^2.2.1":
version: 2.2.1
resolution: "@actions/artifact@npm:2.2.1"
dependencies:
"@actions/core": "npm:^1.10.0"
"@actions/github": "npm:^5.1.1"
Expand All @@ -22,7 +22,7 @@ __metadata:
jwt-decode: "npm:^3.1.2"
twirp-ts: "npm:^2.5.0"
unzip-stream: "npm:^0.3.1"
checksum: 10c0/8f5fcd66616b6b1393e0aac00ac1eff6b21184a934b25c8ee8682c4481aa3f86bd9ceb9cdfbb69efbbfb4852eb9114e1afcdde2bf4ca01bc4f71c81e969b35e7
checksum: 10c0/ed4689b9df2f362e7fead772953f1b13bf348104174482123d7ab247fc4a5bd39fc21d093155789203755a06415811e6705110b6dc0aa4209006ae9bb1aef3d9
languageName: node
linkType: hard

Expand Down Expand Up @@ -673,11 +673,11 @@ __metadata:
languageName: node
linkType: hard

"@docker/actions-toolkit@npm:^0.43.0":
version: 0.43.0
resolution: "@docker/actions-toolkit@npm:0.43.0"
"@docker/actions-toolkit@npm:^0.50.0":
version: 0.50.0
resolution: "@docker/actions-toolkit@npm:0.50.0"
dependencies:
"@actions/artifact": "npm:^2.1.11"
"@actions/artifact": "npm:^2.2.1"
"@actions/cache": "npm:^3.3.0"
"@actions/core": "npm:^1.11.1"
"@actions/exec": "npm:^1.1.1"
Expand All @@ -689,7 +689,7 @@ __metadata:
"@octokit/core": "npm:^5.1.0"
"@octokit/plugin-rest-endpoint-methods": "npm:^10.4.0"
async-retry: "npm:^1.3.3"
csv-parse: "npm:^5.5.6"
csv-parse: "npm:^5.6.0"
gunzip-maybe: "npm:^1.4.2"
handlebars: "npm:^4.7.8"
he: "npm:^1.2.0"
Expand All @@ -698,7 +698,7 @@ __metadata:
semver: "npm:^7.6.3"
tar-stream: "npm:^3.1.7"
tmp: "npm:^0.2.3"
checksum: 10c0/4bf5538f94bcaa636db9a485ea605b98481ed01db18f4d49e38faa6a16c83e1eca0bffb4faf9d5699da14938c8b5a9910aa876db0c57fa3f94e186e13566bb0e
checksum: 10c0/448bc121d0591b77364dbe3df896ce95a6904ca577a97bee8f266e7b6cdeb933801fe9590fde018f0d809740d4d7c95dfe90c7361cbae1471bcec1eafc64414d
languageName: node
linkType: hard

Expand Down Expand Up @@ -2516,10 +2516,10 @@ __metadata:
languageName: node
linkType: hard

"csv-parse@npm:^5.5.6":
version: 5.5.6
resolution: "csv-parse@npm:5.5.6"
checksum: 10c0/b4f6e9b885e4488829356455157bd009f3fed4119c5fbaadab1a879e85f0a9a1b62cd01e6de68ff77a50f820a6261722bce1b799da1ace2e2126e0b7c8d86760
"csv-parse@npm:^5.6.0":
version: 5.6.0
resolution: "csv-parse@npm:5.6.0"
checksum: 10c0/52f5e6c45359902e0c8e57fc2eeed41366dc6b6d283b495b538dd50c8e8510413d6f924096ea056319cbbb8ed26e111c3a3485d7985c021bcf5abaa9e92425c7
languageName: node
linkType: hard

Expand Down Expand Up @@ -4831,7 +4831,7 @@ __metadata:
dependencies:
"@actions/core": "npm:^1.11.1"
"@actions/github": "npm:^6.0.0"
"@docker/actions-toolkit": "npm:^0.43.0"
"@docker/actions-toolkit": "npm:^0.50.0"
"@types/jest": "npm:^29.5.14"
"@types/js-yaml": "npm:^4.0.9"
"@types/node": "npm:^22.10.5"
Expand Down

0 comments on commit 3177a95

Please sign in to comment.