chore(deps): update docker/setup-buildx-action action to v3

This commit is contained in:
renovate[bot] 2023-09-12 14:52:27 +00:00 committed by GitHub
parent cc32f3c99b
commit 4f6344fb29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ jobs:
platforms: all platforms: all
- name: Set up Docker Buildx - name: Set up Docker Buildx
id: buildx id: buildx
uses: docker/setup-buildx-action@v2 uses: docker/setup-buildx-action@v3
with: with:
version: latest version: latest
- name: Login to DockerHub - name: Login to DockerHub