Skip to content

Commit

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

build(deps): bump docker/setup-buildx-action from 3.5.0 to 3.6.1
  • Loading branch information
awlayton authored Jul 30, 2024
2 parents b636419 + a29c3eb commit fe930ce
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.5.0
uses: docker/setup-buildx-action@v3.6.1
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.5.0
uses: docker/setup-buildx-action@v3.6.1
with:
version: latest

Expand Down

0 comments on commit fe930ce

Please sign in to comment.