Bump docker/setup-buildx-action from 3.5.0 to 3.6.1 (#1535)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 29 Jul 2024 19:03:08 +0000 (21:03 +0200)
committerGitHub <noreply@github.com>
Mon, 29 Jul 2024 19:03:08 +0000 (21:03 +0200)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.5.0 to 3.6.1.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v3.5.0...v3.6.1)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/release.yml

index c4e17abb67e702d3fdda5fe43cf56ae796744624..bb6a8bd35045b4b97c24752968457d116b4fcf90 100644 (file)
@@ -84,7 +84,7 @@ jobs:
           username: ${{ github.repository_owner }}
           password: ${{ secrets.GITHUB_TOKEN }}
       - name: Set up Docker Buildx
-        uses: docker/setup-buildx-action@v3.5.0
+        uses: docker/setup-buildx-action@v3.6.1
       - name: Version number for tags
         id: tags
         shell: bash