Skip to content

Commit

Permalink
Merge pull request #334 from api-platform/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…ocker/setup-buildx-action-3

chore: bump docker/setup-buildx-action from 2 to 3
  • Loading branch information
vincentchalamon authored Oct 1, 2023
2 parents 89b3186 + d34a2d0 commit 5cb929f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v4
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
# gcloud does not work with Python 3.10 because "collections.Mappings" was removed in Python 3.10.
-
uses: actions/setup-python@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v4
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
-
name: Build Docker Images
uses: docker/bake-action@v4
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
uses: actions/checkout@v4
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
-
name: Build Docker Images
uses: docker/bake-action@v4
Expand Down

0 comments on commit 5cb929f

Please sign in to comment.