Skip to content

Commit 8f1ff6b

Browse files
chore(deps): Bump @docker/actions-toolkit from 0.37.1 to 0.38.0
Bumps [@docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.37.1 to 0.38.0. - [Release notes](https://github.com/docker/actions-toolkit/releases) - [Commits](docker/actions-toolkit@v0.37.1...v0.38.0) --- updated-dependencies: - dependency-name: "@docker/actions-toolkit" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5cd11c3 commit 8f1ff6b

File tree

2 files changed

+18
-8
lines changed

2 files changed

+18
-8
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"packageManager": "[email protected]",
2828
"dependencies": {
2929
"@actions/core": "^1.10.1",
30-
"@docker/actions-toolkit": "0.37.1",
30+
"@docker/actions-toolkit": "0.38.0",
3131
"handlebars": "^4.7.7"
3232
},
3333
"devDependencies": {

yarn.lock

+17-7
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ __metadata:
105105
languageName: node
106106
linkType: hard
107107

108-
"@actions/http-client@npm:^2.0.1, @actions/http-client@npm:^2.1.0, @actions/http-client@npm:^2.1.1, @actions/http-client@npm:^2.2.0, @actions/http-client@npm:^2.2.1":
108+
"@actions/http-client@npm:^2.0.1, @actions/http-client@npm:^2.1.0, @actions/http-client@npm:^2.1.1, @actions/http-client@npm:^2.2.0":
109109
version: 2.2.1
110110
resolution: "@actions/http-client@npm:2.2.1"
111111
dependencies:
@@ -115,6 +115,16 @@ __metadata:
115115
languageName: node
116116
linkType: hard
117117

118+
"@actions/http-client@npm:^2.2.3":
119+
version: 2.2.3
120+
resolution: "@actions/http-client@npm:2.2.3"
121+
dependencies:
122+
tunnel: ^0.0.6
123+
undici: ^5.25.4
124+
checksum: 5d395df575d30ae599efa10dd715e72944b015e753db61f0a823f737acbb0e99743d4a9f25e812b18ec8cc34f86c73565d075c449e01ffa891577b6595212dde
125+
languageName: node
126+
linkType: hard
127+
118128
"@actions/io@npm:^1.0.1, @actions/io@npm:^1.1.1, @actions/io@npm:^1.1.3":
119129
version: 1.1.3
120130
resolution: "@actions/io@npm:1.1.3"
@@ -1055,16 +1065,16 @@ __metadata:
10551065
languageName: node
10561066
linkType: hard
10571067

1058-
"@docker/actions-toolkit@npm:0.37.1":
1059-
version: 0.37.1
1060-
resolution: "@docker/actions-toolkit@npm:0.37.1"
1068+
"@docker/actions-toolkit@npm:0.38.0":
1069+
version: 0.38.0
1070+
resolution: "@docker/actions-toolkit@npm:0.38.0"
10611071
dependencies:
10621072
"@actions/artifact": ^2.1.9
10631073
"@actions/cache": ^3.2.4
10641074
"@actions/core": ^1.10.1
10651075
"@actions/exec": ^1.1.1
10661076
"@actions/github": ^6.0.0
1067-
"@actions/http-client": ^2.2.1
1077+
"@actions/http-client": ^2.2.3
10681078
"@actions/io": ^1.1.3
10691079
"@actions/tool-cache": ^2.0.1
10701080
"@azure/storage-blob": ^12.15.0
@@ -1080,7 +1090,7 @@ __metadata:
10801090
semver: ^7.6.3
10811091
tar-stream: ^3.1.7
10821092
tmp: ^0.2.3
1083-
checksum: 7024fb86cc72e95df681ccdfdd44f3828f447e759138d5b70bff4f29cb4cb83fc487674adcff3c0c31cdf2e5fa5f1ee55bb6fbd01981fa053b8809e2639580a3
1093+
checksum: 543a3931fd169033db527208bfb7209591b0de744a00b9c8149062b37077fa02318350e89f881df84a4150735595c234f347f613778ca46e040e50b983f8f188
10841094
languageName: node
10851095
linkType: hard
10861096

@@ -3150,7 +3160,7 @@ __metadata:
31503160
resolution: "docker-build-push@workspace:."
31513161
dependencies:
31523162
"@actions/core": ^1.10.1
3153-
"@docker/actions-toolkit": 0.37.1
3163+
"@docker/actions-toolkit": 0.38.0
31543164
"@types/node": ^20.12.12
31553165
"@typescript-eslint/eslint-plugin": ^7.9.0
31563166
"@typescript-eslint/parser": ^7.9.0

0 commit comments

Comments
 (0)