Skip to content

Commit

Permalink
Merge pull request #722 from Brooooooklyn/renovate/docker-setup-build…
Browse files Browse the repository at this point in the history
…x-action-3.x

chore(deps): update docker/setup-buildx-action action to v3
  • Loading branch information
Brooooooklyn authored Sep 14, 2023
2 parents bbb402d + fe0b322 commit 969d8eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
platforms: linux/arm/v7
- name: Set up Docker Buildx
if: ${{ matrix.settings.target == 'armv7-unknown-linux-gnueabihf' }}
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
with:
platforms: linux/arm/v7

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/skia.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ jobs:
with:
platforms: linux/arm/v7
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
with:
platforms: linux/arm/v7

Expand Down

0 comments on commit 969d8eb

Please sign in to comment.