Skip to content

Commit

Permalink
Merge pull request #285 from OADA/dependabot/github_actions/docker/se…
Browse files Browse the repository at this point in the history
…tup-buildx-action-3.4.0

build(deps): bump docker/setup-buildx-action from 3.3.0 to 3.4.0
  • Loading branch information
awlayton authored Jul 7, 2024
2 parents 1e81804 + 73d2d3e commit d382230
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push-services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3.3.0
uses: docker/setup-buildx-action@v3.4.0
with:
version: latest

Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3.3.0
uses: docker/setup-buildx-action@v3.4.0
with:
version: latest

Expand Down

0 comments on commit d382230

Please sign in to comment.