Skip to content

Commit d70bba7

Browse files
authored
Merge pull request #307 from crazy-max/bump-toolkit
bump @docker/actions-toolkit from 0.19.0 to 0.20.0
2 parents 2b51285 + 7638634 commit d70bba7

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

dist/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"dependencies": {
2828
"@actions/core": "^1.10.1",
2929
"@actions/exec": "^1.1.1",
30-
"@docker/actions-toolkit": "^0.19.0",
30+
"@docker/actions-toolkit": "^0.20.0",
3131
"js-yaml": "^4.1.0",
3232
"uuid": "^9.0.1"
3333
},

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -765,10 +765,10 @@
765765
dependencies:
766766
"@jridgewell/trace-mapping" "0.3.9"
767767

768-
"@docker/actions-toolkit@^0.19.0":
769-
version "0.19.0"
770-
resolved "https://registry.yarnpkg.com/@docker/actions-toolkit/-/actions-toolkit-0.19.0.tgz#3b17d06c46d60142423651ddb9d390f65f109a8c"
771-
integrity sha512-Es08sgfIBOsEBQLfrJQtfgf5mM9Rl4nfZ7byYQ+umbI7VcUEF4AusyNfqsZob7ZRGu+YUw2jJivZysjVCz6LMg==
768+
"@docker/actions-toolkit@^0.20.0":
769+
version "0.20.0"
770+
resolved "https://registry.yarnpkg.com/@docker/actions-toolkit/-/actions-toolkit-0.20.0.tgz#9619ff5da7f282e02e22509a5f2f1d707d4437fe"
771+
integrity sha512-oAHSQnWjEyRGmGXePt5A/rZG76U/gddQWF/JmD8lZQOL5WZ7WgfUd2MucOaxq3cd66rMew+iwkfqDzFJQewQQw==
772772
dependencies:
773773
"@actions/cache" "^3.2.4"
774774
"@actions/core" "^1.10.1"

0 commit comments

Comments
 (0)