Skip to content

Commit

Permalink
Bump @docker/actions-toolkit from 0.1.0-beta.19 to 0.1.0-rc.3
Browse files Browse the repository at this point in the history
Bumps [@docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.1.0-beta.19 to 0.1.0-rc.3.
- [Release notes](https://github.com/docker/actions-toolkit/releases)
- [Commits](docker/actions-toolkit@v0.1.0-beta.19...v0.1.0-rc.3)

---
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>
  • Loading branch information
dependabot[bot] authored Mar 28, 2023
1 parent 9ec57ed commit 9e3d0cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@docker/actions-toolkit": "^0.1.0-beta.19",
"@docker/actions-toolkit": "^0.1.0-rc.3",
"@renovate/pep440": "^1.0.0",
"csv-parse": "^5.3.6",
"handlebars": "^4.7.7",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -566,10 +566,10 @@
dependencies:
"@cspotcode/source-map-consumer" "0.8.0"

"@docker/actions-toolkit@^0.1.0-beta.19":
version "0.1.0-beta.19"
resolved "https://registry.yarnpkg.com/@docker/actions-toolkit/-/actions-toolkit-0.1.0-beta.19.tgz#d4e6f56dec13d00b772d5d6b1b10c71164568820"
integrity sha512-HeJ7tsFPsq7otV7KFNiWccW+rJeXFboqJ59rBAa2lTncq9cybCtNs+Z5ug++sIju0FN+zmSFAY77sBS9FhH9jQ==
"@docker/actions-toolkit@^0.1.0-rc.3":
version "0.1.0-rc.3"
resolved "https://registry.yarnpkg.com/@docker/actions-toolkit/-/actions-toolkit-0.1.0-rc.3.tgz#ebd8c93245ee576b7837c8bf1b145a078d021212"
integrity sha512-4gmTtq8dPcVxFWLpW/twLZYdCnREpJKuSw+5lNvgWyjCk4sTcL2UinqA9SsOss94LshtBV7UEn5Xoq7XB+zr4A==
dependencies:
"@actions/core" "^1.10.0"
"@actions/exec" "^1.1.1"
Expand All @@ -578,7 +578,7 @@
"@actions/io" "^1.1.2"
"@actions/tool-cache" "^2.0.1"
async-retry "^1.3.3"
csv-parse "^5.3.5"
csv-parse "^5.3.6"
handlebars "^4.7.7"
jwt-decode "^3.1.2"
semver "^7.3.8"
Expand Down Expand Up @@ -1654,7 +1654,7 @@ cssstyle@^2.3.0:
dependencies:
cssom "~0.3.6"

csv-parse@*, csv-parse@^5.3.5, csv-parse@^5.3.6:
csv-parse@*, csv-parse@^5.3.6:
version "5.3.6"
resolved "https://registry.yarnpkg.com/csv-parse/-/csv-parse-5.3.6.tgz#181d7c12300a60684bb51261ea9a5c3135ba8688"
integrity sha512-WI330GjCuEioK/ii8HM2YE/eV+ynpeLvU+RXw4R8bRU8R0laK5zO3fDsc4gH8s472e3Ga38rbIjCAiQh+tEHkw==
Expand Down

0 comments on commit 9e3d0cb

Please sign in to comment.