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

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

View file

@ -38,7 +38,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