Skip to content

Commit

Permalink
Merge pull request #439 from lookfirst/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/setup-buildx-action-3
  • Loading branch information
dependabot[bot] authored Apr 24, 2024
2 parents 219de5e + 3b6b2aa commit 1e05f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Set up Docker
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Build with Maven
run: mvn --no-transfer-progress --batch-mode verify

0 comments on commit 1e05f17

Please sign in to comment.