Skip to content

Commit

Permalink
Merge pull request #75 from sdr-enthusiasts/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/docker/setup-buildx-action-3.6.1

chore(deps): Bump docker/setup-buildx-action from 3.5.0 to 3.6.1
  • Loading branch information
fredclausen authored Aug 4, 2024
2 parents 8194448 + 890498a commit e274e12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/on_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
uses: docker/[email protected]

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.5.0
uses: docker/setup-buildx-action@v3.6.1

- name: Build armv7
uses: docker/[email protected]
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
uses: docker/[email protected]

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.5.0
uses: docker/setup-buildx-action@v3.6.1

- name: Build arm64
uses: docker/[email protected]
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
uses: docker/[email protected]

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.5.0
uses: docker/setup-buildx-action@v3.6.1

- name: Build amd64
uses: docker/[email protected]
Expand Down

0 comments on commit e274e12

Please sign in to comment.