Skip to content

Commit

Permalink
build(deps): bump docker/setup-buildx-action from 2 to 3
Browse files Browse the repository at this point in the history
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](docker/setup-buildx-action@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>
(cherry picked from commit 4c1ebe3)
Signed-off-by: Austin Vazquez <macedonv@amazon.com>
  • Loading branch information
dependabot[bot] authored and austinvazquez committed Feb 26, 2024
1 parent 6875bb1 commit 97763f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -103,7 +103,7 @@ jobs:
path: src/github.com/containerd/containerd

- name: Setup buildx instance
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
with:
use: true
- uses: crazy-max/ghaction-github-runtime@v2 # sets up needed vars for caching to github
Expand Down

0 comments on commit 97763f9

Please sign in to comment.