Merge pull request #619 from unpoller/dependabot/github_actions/docker/setup-qemu-action-3

Bump docker/setup-qemu-action from 2 to 3
This commit is contained in:
Cody Lee 2023-09-18 04:52:53 -05:00 committed by GitHub
commit 973c5a289d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ jobs:
- name: Install RPM tooling
run: sudo apt-get install -y rpm
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2