Skip to content

Commit

Permalink
Merge pull request #59 from LacledesLAN/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/setup-qemu-action-3.2.0

Bump docker/setup-qemu-action from 3.1.0 to 3.2.0
  • Loading branch information
dudleycodes authored Jul 23, 2024
2 parents ae26c85 + 2d632b5 commit 742c880
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-linux-bedrock-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3.1.0
uses: docker/setup-qemu-action@v3.2.0
- name: Pull latest base image
run: docker pull debian:bullseye-slim
- name: Build Bedrock Linux Image
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-linux-java-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3.1.0
uses: docker/setup-qemu-action@v3.2.0
- name: Pull latest JDK Linux image
run: docker pull eclipse-temurin:19-jdk
- name: Pull latest base image
Expand Down

0 comments on commit 742c880

Please sign in to comment.