Skip to content

Commit

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

build(deps): bump docker/setup-qemu-action from 3.1.0 to 3.2.0
  • Loading branch information
awlayton authored Jul 25, 2024
2 parents fea6ded + f73bdb8 commit a1e0a9b
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 @@ -102,7 +102,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v3.1.0
uses: docker/setup-qemu-action@v3.2.0

- name: Set up Docker Buildx
id: buildx
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v3.1.0
uses: docker/setup-qemu-action@v3.2.0

- name: Set up Docker Buildx
id: buildx
Expand Down

0 comments on commit a1e0a9b

Please sign in to comment.