Skip to content

Commit 6ed49e6

Browse files
authored
Merge pull request #399 from docker/dependabot/npm_and_yarn/docker/actions-toolkit-0.20.0
chore(deps): Bump @docker/actions-toolkit from 0.18.0 to 0.20.0
2 parents c314eea + 499da83 commit 6ed49e6

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"dependencies": {
3030
"@actions/core": "^1.10.1",
3131
"@actions/github": "^6.0.0",
32-
"@docker/actions-toolkit": "^0.18.0",
32+
"@docker/actions-toolkit": "^0.20.0",
3333
"@renovate/pep440": "^1.0.0",
3434
"csv-parse": "^5.5.5",
3535
"handlebars": "^4.7.8",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@
5656
"@actions/core" "^1.2.6"
5757
minimatch "^3.0.4"
5858

59-
"@actions/http-client@^2.0.1", "@actions/http-client@^2.1.1", "@actions/http-client@^2.2.0":
60-
version "2.2.0"
61-
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-2.2.0.tgz#f8239f375be6185fcd07765efdcf0031ad5df1a0"
62-
integrity sha512-q+epW0trjVUUHboliPb4UF9g2msf+w61b32tAkFEwL/IwP0DQWgbCMM0Hbe3e3WXSKz5VcUXbzJQgy8Hkra/Lg==
59+
"@actions/http-client@^2.0.1", "@actions/http-client@^2.1.1", "@actions/http-client@^2.2.0", "@actions/http-client@^2.2.1":
60+
version "2.2.1"
61+
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-2.2.1.tgz#ed3fe7a5a6d317ac1d39886b0bb999ded229bb38"
62+
integrity sha512-KhC/cZsq7f8I4LfZSJKgCvEwfkE8o1538VoBeoGzokVLLnbFDEAdFD3UhoMklxo2un9NJVBdANOresx7vTHlHw==
6363
dependencies:
6464
tunnel "^0.0.6"
6565
undici "^5.25.4"
@@ -773,16 +773,16 @@
773773
dependencies:
774774
"@jridgewell/trace-mapping" "0.3.9"
775775

776-
"@docker/actions-toolkit@^0.18.0":
777-
version "0.18.0"
778-
resolved "https://registry.yarnpkg.com/@docker/actions-toolkit/-/actions-toolkit-0.18.0.tgz#628e9396ae90b596348312058296aeb20a27360d"
779-
integrity sha512-F0DwpVe2TNAQuZO540wJpu2QxXACNKZX3Tgi8yPfChsgUG0Z20Fmr6BNToQxlaVxG6LiMQdujfemoHo4slnLEw==
776+
"@docker/actions-toolkit@^0.20.0":
777+
version "0.20.0"
778+
resolved "https://registry.yarnpkg.com/@docker/actions-toolkit/-/actions-toolkit-0.20.0.tgz#9619ff5da7f282e02e22509a5f2f1d707d4437fe"
779+
integrity sha512-oAHSQnWjEyRGmGXePt5A/rZG76U/gddQWF/JmD8lZQOL5WZ7WgfUd2MucOaxq3cd66rMew+iwkfqDzFJQewQQw==
780780
dependencies:
781781
"@actions/cache" "^3.2.4"
782782
"@actions/core" "^1.10.1"
783783
"@actions/exec" "^1.1.1"
784784
"@actions/github" "^6.0.0"
785-
"@actions/http-client" "^2.2.0"
785+
"@actions/http-client" "^2.2.1"
786786
"@actions/io" "^1.1.3"
787787
"@actions/tool-cache" "^2.0.1"
788788
"@octokit/core" "^5.1.0"
@@ -792,7 +792,7 @@
792792
handlebars "^4.7.8"
793793
jwt-decode "^4.0.0"
794794
semver "^7.5.4"
795-
tmp "^0.2.2"
795+
tmp "^0.2.3"
796796

797797
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
798798
version "4.4.0"
@@ -3889,7 +3889,7 @@ titleize@^3.0.0:
38893889
resolved "https://registry.yarnpkg.com/titleize/-/titleize-3.0.0.tgz#71c12eb7fdd2558aa8a44b0be83b8a76694acd53"
38903890
integrity sha512-KxVu8EYHDPBdUYdKZdKtU2aj2XfEx9AfjXxE/Aj0vT06w2icA09Vus1rh6eSu1y01akYg6BjIK/hxyLJINoMLQ==
38913891

3892-
tmp@^0.2.2:
3892+
tmp@^0.2.3:
38933893
version "0.2.3"
38943894
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.3.tgz#eb783cc22bc1e8bebd0671476d46ea4eb32a79ae"
38953895
integrity sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==

0 commit comments

Comments
 (0)