Skip to content

Commit

Permalink
Bump @docker/actions-toolkit from 0.3.0 to 0.4.0
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 12, 2023
1 parent 2b82ce8 commit 2afb8d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"license": "Apache-2.0",
"dependencies": {
"@actions/core": "^1.10.0",
"@docker/actions-toolkit": "^0.3.0"
"@docker/actions-toolkit": "^0.4.0"
},
"devDependencies": {
"@types/node": "^16.18.21",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -482,10 +482,10 @@
dependencies:
"@jridgewell/trace-mapping" "0.3.9"

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

0 comments on commit 2afb8d7

Please sign in to comment.