Skip to content

Commit aaf41a8

Browse files
authored
Merge pull request containerd#9533 from containerd/dependabot/github_actions/docker/setup-buildx-action-3
build(deps): bump docker/setup-buildx-action from 2 to 3
2 parents ee88114 + 4c1ebe3 commit aaf41a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
path: src/github.com/containerd/containerd
104104

105105
- name: Setup buildx instance
106-
uses: docker/setup-buildx-action@v2
106+
uses: docker/setup-buildx-action@v3
107107
with:
108108
use: true
109109
- uses: crazy-max/ghaction-github-runtime@v3 # sets up needed vars for caching to github

0 commit comments

Comments
 (0)