Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #36 from JonasAlfredsson/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/docker/setup-qemu-action-1.1.0

Bump docker/setup-qemu-action from 1 to 1.1.0
  • Loading branch information
JonasAlfredsson authored May 12, 2021
2 parents a7912f0 + c5b8950 commit 459b286
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/[email protected]

- name: Set up QEMU environment
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v1.1.0

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: bash .github/version_extractor.sh ${GITHUB_REF}

- name: Set up QEMU environment
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v1.1.0

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
Expand Down

0 comments on commit 459b286

Please sign in to comment.