Skip to content

Commit 8778c40

Browse files
authored
Merge pull request #8 from LacledesLAN/dependabot/github_actions/docker/setup-qemu-action-4
Bump docker/setup-qemu-action from 3 to 4
2 parents bcd4dc6 + 0662bce commit 8778c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-linux-x64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Checkout
2020
uses: actions/checkout@v6
2121
- name: Set up QEMU
22-
uses: docker/setup-qemu-action@v3
22+
uses: docker/setup-qemu-action@v4
2323
- name: Pull Latest Linux Base Image
2424
run: docker pull debian:bullseye-slim
2525
- name: Build Linux Image

0 commit comments

Comments
 (0)