Skip to content

Commit

Permalink
Merge pull request #1696 from devops-infra/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…master/docker/setup-buildx-action-2.9.0

Bump docker/setup-buildx-action from 2.8.0 to 2.9.0
  • Loading branch information
ChristophShyper authored Jul 10, 2023
2 parents 3d0a7f0 + 2cb4a8d commit 896f0cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/PUSH-MASTER.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2.8.0
uses: docker/setup-buildx-action@v2.9.0
with:
install: true

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/PUSH-OTHER.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2.8.0
uses: docker/setup-buildx-action@v2.9.0
with:
install: true

Expand All @@ -79,7 +79,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2.8.0
uses: docker/setup-buildx-action@v2.9.0
with:
install: true

Expand Down

0 comments on commit 896f0cf

Please sign in to comment.