Skip to content

Commit

Permalink
Merge pull request #92 from flighttrackr/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…cker/setup-buildx-action-3.6.1

Bump docker/setup-buildx-action from 3.5.0 to 3.6.1
  • Loading branch information
Dennis14e authored Aug 5, 2024
2 parents c1fff1e + a5e9f53 commit c52dede
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-with-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
platforms: ${{ env.ARCHS }}

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

- name: Set up Docker metadata
id: meta
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
platforms: ${{ env.ARCHS }}

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

- name: Set up Docker metadata
id: meta
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-with-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
platforms: ${{ env.ARCHS }}

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

- name: Set up Docker metadata
id: meta
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
platforms: ${{ env.ARCHS }}

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

- name: Set up Docker metadata
id: meta
Expand Down

0 comments on commit c52dede

Please sign in to comment.