Skip to content

Commit

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

Bump docker/setup-qemu-action from 3.2.0 to 3.3.0
  • Loading branch information
C9Glax authored Jan 9, 2025
2 parents eb943cc + 514cd06 commit 0b34ca7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-cuttingedge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

# https://github.com/docker/setup-qemu-action#usage
- name: Set up QEMU
uses: docker/setup-qemu-action@v3.2.0
uses: docker/setup-qemu-action@v3.3.0

# https://github.com/marketplace/actions/docker-setup-buildx
- name: Set up Docker Buildx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

# https://github.com/docker/setup-qemu-action#usage
- name: Set up QEMU
uses: docker/setup-qemu-action@v3.2.0
uses: docker/setup-qemu-action@v3.3.0

# https://github.com/marketplace/actions/docker-setup-buildx
- name: Set up Docker Buildx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

# https://github.com/docker/setup-qemu-action#usage
- name: Set up QEMU
uses: docker/setup-qemu-action@v3.2.0
uses: docker/setup-qemu-action@v3.3.0

# https://github.com/marketplace/actions/docker-setup-buildx
- name: Set up Docker Buildx
Expand Down

0 comments on commit 0b34ca7

Please sign in to comment.