Skip to content

Commit 6c4dbb2

Browse files
Bump @docker/actions-toolkit from 0.3.0 to 0.4.0
Bumps [@docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.3.0 to 0.4.0. - [Release notes](https://github.com/docker/actions-toolkit/releases) - [Commits](docker/actions-toolkit@v0.3.0...v0.4.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 6a58db7 commit 6c4dbb2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"dependencies": {
3030
"@actions/core": "^1.10.0",
3131
"@actions/exec": "^1.1.1",
32-
"@docker/actions-toolkit": "^0.3.0",
32+
"@docker/actions-toolkit": "^0.4.0",
3333
"js-yaml": "^4.1.0",
3434
"uuid": "^9.0.0"
3535
},

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -598,10 +598,10 @@
598598
dependencies:
599599
"@jridgewell/trace-mapping" "0.3.9"
600600

601-
"@docker/actions-toolkit@^0.3.0":
602-
version "0.3.0"
603-
resolved "https://registry.yarnpkg.com/@docker/actions-toolkit/-/actions-toolkit-0.3.0.tgz#822c810af3a304ef793061a11263546a6c0649cf"
604-
integrity sha512-TayOSJZ6Oe/koUPC01tiesgB26Nsqre7z/fwscaVp2GMk8V+b8dcjLWkUhDvbcfdMeUWOgxvAmdF0YcT5rdvDg==
601+
"@docker/actions-toolkit@^0.4.0":
602+
version "0.4.0"
603+
resolved "https://registry.yarnpkg.com/@docker/actions-toolkit/-/actions-toolkit-0.4.0.tgz#8177bc220fbff1ce03e92e636ce29a653454bf36"
604+
integrity sha512-FQ1EruG5QG01MwZTKZl9nOTrysi7d+ebI5uwzIByElm2vv+4WI/aulOcoom2Go0dUUFrDHyqbhcmSOfYQ7+dXw==
605605
dependencies:
606606
"@actions/core" "^1.10.0"
607607
"@actions/exec" "^1.1.1"

0 commit comments

Comments
 (0)