Skip to content

Commit ad72bb0

Browse files
Update dependency @docker/actions-toolkit to ^0.83.0 (#851)
| datasource | package | from | to | | ---------- | ----------------------- | ------ | ------ | | npm | @docker/actions-toolkit | 0.81.0 | 0.83.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1f6a0d6 commit ad72bb0

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"dependencies": {
44
"@actions/core": "^3.0.0",
55
"@actions/github": "^9.0.0",
6-
"@docker/actions-toolkit": "^0.81.0",
6+
"@docker/actions-toolkit": "^0.83.0",
77
"@types/semver": "^7.7.1",
88
"handlebars": "^4.7.8",
99
"semver": "^7.7.4"

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ __metadata:
55
version: 8
66
cacheKey: 10c0
77

8-
"@actions/artifact@npm:^6.2.0":
8+
"@actions/artifact@npm:^6.2.1":
99
version: 6.2.1
1010
resolution: "@actions/artifact@npm:6.2.1"
1111
dependencies:
@@ -684,11 +684,11 @@ __metadata:
684684
languageName: node
685685
linkType: hard
686686

687-
"@docker/actions-toolkit@npm:^0.81.0":
688-
version: 0.81.0
689-
resolution: "@docker/actions-toolkit@npm:0.81.0"
687+
"@docker/actions-toolkit@npm:^0.83.0":
688+
version: 0.83.0
689+
resolution: "@docker/actions-toolkit@npm:0.83.0"
690690
dependencies:
691-
"@actions/artifact": "npm:^6.2.0"
691+
"@actions/artifact": "npm:^6.2.1"
692692
"@actions/cache": "npm:^6.0.0"
693693
"@actions/core": "npm:^3.0.0"
694694
"@actions/exec": "npm:^3.0.0"
@@ -710,7 +710,7 @@ __metadata:
710710
semver: "npm:^7.7.4"
711711
tar-stream: "npm:^3.1.7"
712712
tmp: "npm:^0.2.5"
713-
checksum: 10c0/688739fe9dea5413dbb91c7bc75783b114597a71a054c12233c6443fc7c044a00a3d1412b9e2c78158bb1bb66e52f12acd1f8b96a29f326391671ede3e9282c5
713+
checksum: 10c0/9c2ce8ba1c3df4244a51b84f7afca74dd3fc051ca442afe2b8e8cd9ad8075da93b8da62b0dc456c9d6313433da8ce1b19c3e1556542dbbaa1de86f5e199b0d0e
714714
languageName: node
715715
linkType: hard
716716

@@ -5582,7 +5582,7 @@ __metadata:
55825582
dependencies:
55835583
"@actions/core": "npm:^3.0.0"
55845584
"@actions/github": "npm:^9.0.0"
5585-
"@docker/actions-toolkit": "npm:^0.81.0"
5585+
"@docker/actions-toolkit": "npm:^0.83.0"
55865586
"@eslint/compat": "npm:^2.0.3"
55875587
"@eslint/eslintrc": "npm:^3.3.5"
55885588
"@eslint/js": "npm:^10.0.1"

0 commit comments

Comments
 (0)