1
0
Fork 0
mirror of https://github.com/docker/setup-buildx-action.git synced 2025-05-12 09:29:31 +02:00

Bump semver from 7.3.5 to 7.3.6

Bumps [semver](https://github.com/npm/node-semver) from 7.3.5 to 7.3.6.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v7.3.5...v7.3.6)

---
updated-dependencies:
- dependency-name: semver
  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] 2022-04-07 04:04:30 +00:00 committed by GitHub
parent 2a6fbda6d8
commit b3ff0a0402
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 17 deletions

View file

@ -31,7 +31,7 @@
"@actions/exec": "^1.1.1",
"@actions/http-client": "^1.0.11",
"@actions/tool-cache": "^1.7.2",
"semver": "^7.3.5",
"semver": "^7.3.6",
"tmp": "^0.2.1",
"uuid": "^8.3.2"
},