Skip to content

Commit

Permalink
Merge pull request #2067 from projectcaluma/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/docker/setup-buildx-action-3

chore(deps): bump docker/setup-buildx-action from 2 to 3
  • Loading branch information
Yelinz authored Jul 17, 2024
2 parents f7fb985 + a6fec63 commit ad6a2da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- 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 the Container registry
uses: docker/login-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Build the project
run: |
Expand Down

0 comments on commit ad6a2da

Please sign in to comment.