Skip to content

Commit

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

Bump docker/setup-qemu-action from 2 to 3
  • Loading branch information
origamiofficial authored Sep 18, 2023
2 parents e4c3092 + b143113 commit 24d5def
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-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
ref: main
-
name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
ref: main
-
name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit 24d5def

Please sign in to comment.