Merge pull request #1974 from benphelps/dependabot/github_actions/docker/setup-buildx-action-3

Bump docker/setup-buildx-action from 2 to 3
Este commit está contenido en:
shamoon 2023-09-12 11:02:08 -07:00 cometido por GitHub
commit 1895899839
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 4AEE18F83AFDEB23

Ver fichero

@ -52,7 +52,7 @@ jobs:
# Workaround: https://github.com/docker/build-push-action/issues/461
- name: Setup Docker buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
# This step is being disabled because the runner is on a self-hosted machine
# where the cache will stick between runs.