Skip to content

Commit

Permalink
Merge pull request #100 from tuxpeople/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/setup-qemu-action-3.2.0

chore(ci): bump docker/setup-qemu-action from 3.0.0 to 3.2.0
  • Loading branch information
tuxpeople authored Aug 7, 2024
2 parents e3ca819 + 5deb75f commit c9821ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pullrequests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
dockerfile: Dockerfile
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3.0.0
uses: docker/setup-qemu-action@v3.2.0
-
name: Set up Docker Buildx
uses: docker/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
dockerfile: Dockerfile
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3.0.0
uses: docker/setup-qemu-action@v3.2.0
-
name: Set up Docker Buildx
uses: docker/[email protected]
Expand Down

0 comments on commit c9821ff

Please sign in to comment.