Bump @docker/actions-toolkit from 0.1.0-rc.1 to 0.1.0-rc.2

Bumps [@docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.1.0-rc.1 to 0.1.0-rc.2.
- [Release notes](https://github.com/docker/actions-toolkit/releases)
- [Commits](https://github.com/docker/actions-toolkit/compare/v0.1.0-rc.1...v0.1.0-rc.2)

---
updated-dependencies:
- dependency-name: "@docker/actions-toolkit"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-03-27 10:00:21 +00:00
committed by GitHub
parent f96d17d3cb
commit 8d9b8f5e34
2 changed files with 5 additions and 5 deletions

View File

@@ -29,7 +29,7 @@
"license": "Apache-2.0",
"dependencies": {
"@actions/core": "^1.10.0",
"@docker/actions-toolkit": "^0.1.0-rc.1"
"@docker/actions-toolkit": "^0.1.0-rc.2"
},
"devDependencies": {
"@types/node": "^16.11.26",

View File

@@ -558,10 +558,10 @@
dependencies:
"@cspotcode/source-map-consumer" "0.8.0"
"@docker/actions-toolkit@^0.1.0-rc.1":
version "0.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@docker/actions-toolkit/-/actions-toolkit-0.1.0-rc.1.tgz#52294677167bb132854f269d32580d42d6986b40"
integrity sha512-Js8R8N5hcakH11qSEBPLikK16mh9M+olw2ITC2pAbTLCT+6+fdbWGWUuuI/samwvJn2S60Aj0qMiksOsLngaIQ==
"@docker/actions-toolkit@^0.1.0-rc.2":
version "0.1.0-rc.2"
resolved "https://registry.yarnpkg.com/@docker/actions-toolkit/-/actions-toolkit-0.1.0-rc.2.tgz#095361d6e36faa12541320857b194169dc621a19"
integrity sha512-XDU8zb3Fn0LlaZpCtj0uZUf/5e+U23luFFtorI+ItksBKeS93KDZ8p5MViYDq1Nf3tkH1NTiD490kgd6+bYAsQ==
dependencies:
"@actions/core" "^1.10.0"
"@actions/exec" "^1.1.1"