Skip to content

Commit

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

build(deps): bump docker/setup-buildx-action from 3.4.0 to 3.5.0
  • Loading branch information
awlayton authored Jul 25, 2024
2 parents 81c890d + 7535859 commit fea6ded
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.4.0
uses: docker/setup-buildx-action@v3.5.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.4.0
uses: docker/setup-buildx-action@v3.5.0
with:
version: latest

Expand Down

0 comments on commit fea6ded

Please sign in to comment.