Merge pull request #81 from fradelg/dependabot-github_actions-docker-setup-qemu-action-2

Bump docker/setup-qemu-action from 1 to 2
This commit is contained in:
Fco. Javier Delgado del Hoyo 2022-05-07 12:13:49 +02:00 committed by GitHub
commit 0bf1a8d7ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
# https://github.com/docker/setup-qemu-action # https://github.com/docker/setup-qemu-action
- name: Set up QEMU - name: Set up QEMU
uses: docker/setup-qemu-action@v1 uses: docker/setup-qemu-action@v2
# https://github.com/docker/setup-buildx-action # https://github.com/docker/setup-buildx-action
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2 uses: docker/setup-buildx-action@v2