Skip to content

Commit

Permalink
⬆️ Bump docker/setup-qemu-action from v1.0.1 to v1.0.2 (#132)
Browse files Browse the repository at this point in the history
Bumps [docker/setup-qemu-action](https:/docker/setup-qemu-action) from v1.0.1 to v1.0.2.
- [Release notes](https:/docker/setup-qemu-action/releases)
- [Commits](docker/setup-qemu-action@v1.0.1...25f0500)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 8, 2021
1 parent 6fd5bd7 commit 537eb97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
restore-keys: |
docker-${{ github.ref }}-${{ matrix.architecture }}
- name: 🏗 Set up QEMU
uses: docker/[email protected].1
uses: docker/[email protected].2
- name: 🏗 Set up Docker Buildx
uses: docker/[email protected]
- name: ℹ️ Compose build flags
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
restore-keys: |
docker-${{ github.ref }}-${{ matrix.architecture }}
- name: 🏗 Set up QEMU
uses: docker/[email protected].1
uses: docker/[email protected].2
- name: 🏗 Set up Docker Buildx
uses: docker/[email protected]
- name: ℹ️ Compose build flags
Expand Down

0 comments on commit 537eb97

Please sign in to comment.