Skip to content

Commit 8913706

Browse files
authored
Merge pull request docker#1454 from docker/dependabot/npm_and_yarn/actions/core-3.0.0
chore(deps): Bump @actions/core from 1.11.1 to 3.0.0
2 parents 217eea9 + 2505ca3 commit 8913706

File tree

4 files changed

+63
-18
lines changed

4 files changed

+63
-18
lines changed

dist/index.js

Lines changed: 17 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"license": "Apache-2.0",
2424
"packageManager": "yarn@4.9.2",
2525
"dependencies": {
26-
"@actions/core": "^1.11.1",
26+
"@actions/core": "^3.0.0",
2727
"@docker/actions-toolkit": "0.62.1",
2828
"handlebars": "^4.7.7"
2929
},

yarn.lock

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,16 @@ __metadata:
7070
languageName: node
7171
linkType: hard
7272

73+
"@actions/core@npm:^3.0.0":
74+
version: 3.0.0
75+
resolution: "@actions/core@npm:3.0.0"
76+
dependencies:
77+
"@actions/exec": "npm:^3.0.0"
78+
"@actions/http-client": "npm:^4.0.0"
79+
checksum: 10/fddeebfaf6dfd199d9267a33a97d57e2f7afed7605a54e4a3c35a5a1455a5a8f29f1837bf6ac1711b223a457ba15339189f344c57629c52dbf3a216e96c728d6
80+
languageName: node
81+
linkType: hard
82+
7383
"@actions/exec@npm:^1.0.0, @actions/exec@npm:^1.0.1, @actions/exec@npm:^1.1.1":
7484
version: 1.1.1
7585
resolution: "@actions/exec@npm:1.1.1"
@@ -79,6 +89,15 @@ __metadata:
7989
languageName: node
8090
linkType: hard
8191

92+
"@actions/exec@npm:^3.0.0":
93+
version: 3.0.0
94+
resolution: "@actions/exec@npm:3.0.0"
95+
dependencies:
96+
"@actions/io": "npm:^3.0.2"
97+
checksum: 10/c1904163e326cbe27f887514b4837e357d46e7a6c5eeda66c0e2efffd2772cb34d8ef0a2a48c65eb0e3b6ec72beb9b049eaba343c9f55978d3f45b09d09d2c54
98+
languageName: node
99+
linkType: hard
100+
82101
"@actions/github@npm:^5.1.1":
83102
version: 5.1.1
84103
resolution: "@actions/github@npm:5.1.1"
@@ -136,13 +155,30 @@ __metadata:
136155
languageName: node
137156
linkType: hard
138157

158+
"@actions/http-client@npm:^4.0.0":
159+
version: 4.0.0
160+
resolution: "@actions/http-client@npm:4.0.0"
161+
dependencies:
162+
tunnel: "npm:^0.0.6"
163+
undici: "npm:^6.23.0"
164+
checksum: 10/05f606174577cae62f563361326cc81ee4c83c468dd75e87ac93f59e8d53369a6479c3fc28a4e8ea1bfbb50c8ed7db941629b5dd9f6e3855fe5f639a2ccdabc5
165+
languageName: node
166+
linkType: hard
167+
139168
"@actions/io@npm:^1.0.1, @actions/io@npm:^1.1.1, @actions/io@npm:^1.1.3":
140169
version: 1.1.3
141170
resolution: "@actions/io@npm:1.1.3"
142171
checksum: 10/4de44e8d428ba9f20049c844b37ecd486b589ed201f8cc8c5b550a9e4c72d1f594271ee2a7a6cfe8a42ebfb5dd527ef65016454656db391a353d41eab4f147e1
143172
languageName: node
144173
linkType: hard
145174

175+
"@actions/io@npm:^3.0.2":
176+
version: 3.0.2
177+
resolution: "@actions/io@npm:3.0.2"
178+
checksum: 10/ef17cb4ec0a2b640d5f4851446ad1c12bf4b2b1cf83741c5eecee4e8f50b3ca3ac9ae4084027dcaa1bf0c016d653dbc0e5fe20daedd39ee5fb6edb671f6e45b5
179+
languageName: node
180+
linkType: hard
181+
146182
"@actions/tool-cache@npm:^2.0.2":
147183
version: 2.0.2
148184
resolution: "@actions/tool-cache@npm:2.0.2"
@@ -2142,7 +2178,7 @@ __metadata:
21422178
version: 0.0.0-use.local
21432179
resolution: "docker-build-push@workspace:."
21442180
dependencies:
2145-
"@actions/core": "npm:^1.11.1"
2181+
"@actions/core": "npm:^3.0.0"
21462182
"@docker/actions-toolkit": "npm:0.62.1"
21472183
"@eslint/js": "npm:^9.39.3"
21482184
"@types/node": "npm:^20.19.35"
@@ -4506,6 +4542,13 @@ __metadata:
45064542
languageName: node
45074543
linkType: hard
45084544

4545+
"undici@npm:^6.23.0":
4546+
version: 6.23.0
4547+
resolution: "undici@npm:6.23.0"
4548+
checksum: 10/56950995e7b628e62c996430445d17995ca9b70f6f2afe760a63da54205660d968bd08f0741b6f4fb008f40aa35c69cce979cd96ced399585d8c897a76a4f1d1
4549+
languageName: node
4550+
linkType: hard
4551+
45094552
"unique-filename@npm:^3.0.0":
45104553
version: 3.0.0
45114554
resolution: "unique-filename@npm:3.0.0"

0 commit comments

Comments
 (0)