Skip to content

Commit ca74109

Browse files
authored
Merge pull request #351 from com-pas/dependabot/github_actions/docker/setup-buildx-action-3
Bump docker/setup-buildx-action from 2 to 3
2 parents a5e45bb + dac6e2d commit ca74109

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-project.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Set up Docker Buildx
3939
id: buildx
40-
uses: docker/setup-buildx-action@v2
40+
uses: docker/setup-buildx-action@v3
4141
- name: Set up JDK 17
4242
uses: actions/setup-java@v3
4343
with:

.github/workflows/release-project.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
java-version: '17'
4444
- name: Set up Docker Buildx
4545
id: buildx
46-
uses: docker/setup-buildx-action@v2
46+
uses: docker/setup-buildx-action@v3
4747
- name: Login to Docker Hub
4848
uses: docker/login-action@v3
4949
with:

0 commit comments

Comments
 (0)