Merge pull request #9533 from containerd/dependabot/github_actions/docker/setup-buildx-action-3
build(deps): bump docker/setup-buildx-action from 2 to 3
This commit is contained in:
commit
aaf41a827a
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user