Skip to content

Commit

Permalink
update setup-buildx-action to version 3.8.0 in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jgadsden committed Dec 28, 2024
1 parent 1d09ff5 commit ebb4082
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ jobs:

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3.7.0
uses: docker/setup-buildx-action@v3.8.0
with:
install: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3.7.0
uses: docker/setup-buildx-action@v3.8.0
with:
install: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ jobs:

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3.7.0
uses: docker/setup-buildx-action@v3.8.0
with:
install: true

Expand Down

0 comments on commit ebb4082

Please sign in to comment.