Skip to content

Commit

Permalink
Bump docker/setup-buildx-action from 2.4.1 to 2.5.0 (#731)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Mar 19, 2023
1 parent b248e40 commit 2a2fd98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@f03ac48505955848960e80bbb68046aa35c7b9e7 # pin@v2
uses: docker/setup-buildx-action@4b4e9c3e2d4531116a6f8ba8e71fc6e2cb6e6c8c # pin@v2

- name: Available platforms
run: echo ${{ steps.buildx.outputs.platforms }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@f03ac48505955848960e80bbb68046aa35c7b9e7 # pin@v2
uses: docker/setup-buildx-action@4b4e9c3e2d4531116a6f8ba8e71fc6e2cb6e6c8c # pin@v2

- name: Build
id: build
Expand Down

0 comments on commit 2a2fd98

Please sign in to comment.