Skip to content

Commit 68502ad

Browse files
authored
Merge pull request #104 from python-project-templates/dependabot/github_actions/docker/setup-qemu-action-4.2.0
Bump docker/setup-qemu-action from 4.1.0 to 4.2.0
2 parents a5c934f + ad411ec commit 68502ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
token: ${{ secrets.CODECOV_TOKEN }}
8484

8585
- name: Set up QEMU
86-
uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4.1.0
86+
uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0
8787
with:
8888
platforms: all
8989
if: runner.os == 'Linux' && runner.arch == 'X64'

0 commit comments

Comments
 (0)