Skip to content

Commit

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

Bump docker/setup-buildx-action from 2 to 3
  • Loading branch information
pascalwilbrink authored Sep 21, 2023
2 parents ddae5d8 + 9fba67a commit d73c759
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
java-version: '17'
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit d73c759

Please sign in to comment.