build(deps): bump docker/setup-buildx-action from 2 to 3

Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-12-14 03:34:15 +00:00 committed by GitHub
parent a901236bf0
commit 4c1ebe33bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,7 +103,7 @@ jobs:
path: src/github.com/containerd/containerd path: src/github.com/containerd/containerd
- name: Setup buildx instance - name: Setup buildx instance
uses: docker/setup-buildx-action@v2 uses: docker/setup-buildx-action@v3
with: with:
use: true use: true
- uses: crazy-max/ghaction-github-runtime@v3 # sets up needed vars for caching to github - uses: crazy-max/ghaction-github-runtime@v3 # sets up needed vars for caching to github