Skip to content

Commit

Permalink
⬆️ Bump docker/setup-qemu-action from 1.1.0 to 1.2.0 (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 27, 2021
1 parent a0de2bc commit 30ff166
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 @@ -134,7 +134,7 @@ jobs:
restore-keys: |
docker-${{ github.ref }}-${{ matrix.architecture }}
- name: 🏗 Set up QEMU
uses: docker/setup-qemu-action@v1.1.0
uses: docker/setup-qemu-action@v1.2.0
- name: 🏗 Set up QEMU User Static for aarch64
if: ${{ matrix.architecture == 'aarch64' }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
restore-keys: |
docker-${{ github.ref }}-${{ matrix.architecture }}
- name: 🏗 Set up QEMU
uses: docker/setup-qemu-action@v1.1.0
uses: docker/setup-qemu-action@v1.2.0
- name: 🏗 Set up QEMU User Static for aarch64
if: ${{ matrix.architecture == 'aarch64' }}
run: |
Expand Down

0 comments on commit 30ff166

Please sign in to comment.