Skip to content

Commit 8893642

Browse files
Update dependency @docker/actions-toolkit to ^0.74.0
| datasource | package | from | to | | ---------- | ----------------------- | ------ | ------ | | npm | @docker/actions-toolkit | 0.72.0 | 0.74.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5944546 commit 8893642

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
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": "^2.0.2",
55
"@actions/github": "^7.0.0",
6-
"@docker/actions-toolkit": "^0.72.0",
6+
"@docker/actions-toolkit": "^0.74.0",
77
"@types/semver": "^7.7.1",
88
"handlebars": "^4.7.8",
99
"semver": "^7.7.3"

yarn.lock

Lines changed: 25 additions & 25 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:^5.0.1":
8+
"@actions/artifact@npm:^5.0.2":
99
version: 5.0.2
1010
resolution: "@actions/artifact@npm:5.0.2"
1111
dependencies:
@@ -26,7 +26,7 @@ __metadata:
2626
languageName: node
2727
linkType: hard
2828

29-
"@actions/cache@npm:^5.0.1":
29+
"@actions/cache@npm:^5.0.2":
3030
version: 5.0.2
3131
resolution: "@actions/cache@npm:5.0.2"
3232
dependencies:
@@ -44,7 +44,7 @@ __metadata:
4444
languageName: node
4545
linkType: hard
4646

47-
"@actions/core@npm:^1.11.1, @actions/core@npm:^1.9.1":
47+
"@actions/core@npm:^1.9.1":
4848
version: 1.11.1
4949
resolution: "@actions/core@npm:1.11.1"
5050
dependencies:
@@ -64,7 +64,7 @@ __metadata:
6464
languageName: node
6565
linkType: hard
6666

67-
"@actions/exec@npm:^1.0.0, @actions/exec@npm:^1.1.1":
67+
"@actions/exec@npm:^1.1.1":
6868
version: 1.1.1
6969
resolution: "@actions/exec@npm:1.1.1"
7070
dependencies:
@@ -132,7 +132,7 @@ __metadata:
132132
languageName: node
133133
linkType: hard
134134

135-
"@actions/http-client@npm:^3.0.0, @actions/http-client@npm:^3.0.1":
135+
"@actions/http-client@npm:^3.0.1":
136136
version: 3.0.1
137137
resolution: "@actions/http-client@npm:3.0.1"
138138
dependencies:
@@ -142,7 +142,7 @@ __metadata:
142142
languageName: node
143143
linkType: hard
144144

145-
"@actions/io@npm:^1.0.1, @actions/io@npm:^1.1.1":
145+
"@actions/io@npm:^1.0.1":
146146
version: 1.1.3
147147
resolution: "@actions/io@npm:1.1.3"
148148
checksum: 10c0/5b8751918e5bf0bebd923ba917fb1c0e294401e7ff0037f32c92a4efa4215550df1f6633c63fd4efb2bdaae8711e69b9e36925857db1f38935ff62a5c92ec29e
@@ -156,16 +156,16 @@ __metadata:
156156
languageName: node
157157
linkType: hard
158158

159-
"@actions/tool-cache@npm:^2.0.2":
160-
version: 2.0.2
161-
resolution: "@actions/tool-cache@npm:2.0.2"
159+
"@actions/tool-cache@npm:^3.0.0":
160+
version: 3.0.0
161+
resolution: "@actions/tool-cache@npm:3.0.0"
162162
dependencies:
163-
"@actions/core": "npm:^1.11.1"
164-
"@actions/exec": "npm:^1.0.0"
165-
"@actions/http-client": "npm:^2.0.1"
166-
"@actions/io": "npm:^1.1.1"
163+
"@actions/core": "npm:^2.0.1"
164+
"@actions/exec": "npm:^2.0.0"
165+
"@actions/http-client": "npm:^3.0.1"
166+
"@actions/io": "npm:^2.0.0"
167167
semver: "npm:^6.1.0"
168-
checksum: 10c0/bc04870b59b969717bdc4966fa1fca8263d5e968bfb73e5dfac02018e6180ae5752d6d209a2a1e483219325389aaf62e9f8ebb80f04d77686e386a630481adfd
168+
checksum: 10c0/d05ce0df601d99a6fb500206753ee9ccbdb783fc9ce050ad553ce24b3a17bb2ea5b028691445f8f1d930ba2b750366ab4a4a33384079bb41d6222f79ce7ac8a8
169169
languageName: node
170170
linkType: hard
171171

@@ -733,18 +733,18 @@ __metadata:
733733
languageName: node
734734
linkType: hard
735735

736-
"@docker/actions-toolkit@npm:^0.72.0":
737-
version: 0.72.0
738-
resolution: "@docker/actions-toolkit@npm:0.72.0"
736+
"@docker/actions-toolkit@npm:^0.74.0":
737+
version: 0.74.0
738+
resolution: "@docker/actions-toolkit@npm:0.74.0"
739739
dependencies:
740-
"@actions/artifact": "npm:^5.0.1"
741-
"@actions/cache": "npm:^5.0.1"
742-
"@actions/core": "npm:^2.0.1"
740+
"@actions/artifact": "npm:^5.0.2"
741+
"@actions/cache": "npm:^5.0.2"
742+
"@actions/core": "npm:^2.0.2"
743743
"@actions/exec": "npm:^2.0.0"
744-
"@actions/github": "npm:^6.0.1"
745-
"@actions/http-client": "npm:^3.0.0"
744+
"@actions/github": "npm:^7.0.0"
745+
"@actions/http-client": "npm:^3.0.1"
746746
"@actions/io": "npm:^2.0.0"
747-
"@actions/tool-cache": "npm:^2.0.2"
747+
"@actions/tool-cache": "npm:^3.0.0"
748748
"@azure/storage-blob": "npm:^12.29.1"
749749
"@octokit/core": "npm:^5.2.2"
750750
"@octokit/plugin-rest-endpoint-methods": "npm:^10.4.1"
@@ -762,7 +762,7 @@ __metadata:
762762
semver: "npm:^7.7.3"
763763
tar-stream: "npm:^3.1.7"
764764
tmp: "npm:^0.2.5"
765-
checksum: 10c0/387c0c5d118f39ce4ddcd088ef07a82907cc5cdaecb8e3e6ab0bb65a6e138f1ae7ef12181f119e47d75e96272bea92bca698f4e71dbac44a7a3475130ba4c172
765+
checksum: 10c0/b102bd4fd49b5b0770f8c45e786f893eee885c706072492b78907650d5576695776990c05da908bd86e3a5657f14aab38961551fb85b64e34dc7b0c334931316
766766
languageName: node
767767
linkType: hard
768768

@@ -5577,7 +5577,7 @@ __metadata:
55775577
dependencies:
55785578
"@actions/core": "npm:^2.0.2"
55795579
"@actions/github": "npm:^7.0.0"
5580-
"@docker/actions-toolkit": "npm:^0.72.0"
5580+
"@docker/actions-toolkit": "npm:^0.74.0"
55815581
"@eslint/compat": "npm:^2.0.1"
55825582
"@eslint/eslintrc": "npm:^3.3.3"
55835583
"@eslint/js": "npm:^9.39.2"

0 commit comments

Comments
 (0)