Skip to content

Commit

Permalink
Merge pull request #171 from devops-infra/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…ocker/setup-buildx-action-3.10.0

Bump docker/setup-buildx-action from 3.9.0 to 3.10.0
  • Loading branch information
ChristophShyper authored Feb 27, 2025
2 parents 19dbdb8 + 49a625e commit fd0190a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CRON.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: Docker Buildx
uses: docker/setup-buildx-action@v3.9.0
uses: docker/setup-buildx-action@v3.10.0
with:
install: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PUSH-MASTER.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: actions/checkout@v4

- name: Docker Buildx
uses: docker/setup-buildx-action@v3.9.0
uses: docker/setup-buildx-action@v3.10.0
with:
install: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PUSH-OTHER.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: actions/checkout@v4

- name: Docker Buildx
uses: docker/setup-buildx-action@v3.9.0
uses: docker/setup-buildx-action@v3.10.0
with:
install: true

Expand Down

0 comments on commit fd0190a

Please sign in to comment.