Skip to content

Commit

Permalink
build(deps): Bump docker/setup-buildx-action from 2 to 3 (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 28, 2025
1 parent d572e86 commit 35d4c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Log in to Docker
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 35d4c38

Please sign in to comment.